﻿2026-06-07T23:47:58.2246445Z Current runner version: '2.334.0'
2026-06-07T23:47:58.2250914Z Runner name: 'hfenduleam'
2026-06-07T23:47:58.2251357Z Runner group name: 'Default'
2026-06-07T23:47:58.2251814Z Machine name: 'HFENDULEAM'
2026-06-07T23:47:58.2253648Z ##[group]GITHUB_TOKEN Permissions
2026-06-07T23:47:58.2254911Z Contents: read
2026-06-07T23:47:58.2255239Z Metadata: read
2026-06-07T23:47:58.2255548Z Packages: read
2026-06-07T23:47:58.2255929Z ##[endgroup]
2026-06-07T23:47:58.2257131Z Secret source: Actions
2026-06-07T23:47:58.2257585Z Prepare workflow directory
2026-06-07T23:47:58.2519042Z Prepare all required actions
2026-06-07T23:47:58.2543108Z Getting action download info
2026-06-07T23:47:58.6286094Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-07T23:47:59.2162769Z Complete job name: test (self-hosted, Windows, hfenduleam)
2026-06-07T23:47:59.2807047Z ##[group]Run actions/checkout@v5
2026-06-07T23:47:59.2808072Z with:
2026-06-07T23:47:59.2808424Z   repository: SaberMage/spt-core
2026-06-07T23:47:59.2811563Z   token: ***
2026-06-07T23:47:59.2811895Z   ssh-strict: true
2026-06-07T23:47:59.2812223Z   ssh-user: git
2026-06-07T23:47:59.2812562Z   persist-credentials: true
2026-06-07T23:47:59.2812933Z   clean: true
2026-06-07T23:47:59.2813286Z   sparse-checkout-cone-mode: true
2026-06-07T23:47:59.2813679Z   fetch-depth: 1
2026-06-07T23:47:59.2813999Z   fetch-tags: false
2026-06-07T23:47:59.2814342Z   show-progress: true
2026-06-07T23:47:59.2814672Z   lfs: false
2026-06-07T23:47:59.2814979Z   submodules: false
2026-06-07T23:47:59.2815328Z   set-safe-directory: true
2026-06-07T23:47:59.2815825Z ##[endgroup]
2026-06-07T23:47:59.4594781Z Syncing repository: SaberMage/spt-core
2026-06-07T23:47:59.4595978Z ##[group]Getting Git version info
2026-06-07T23:47:59.4596616Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-07T23:47:59.4871175Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-07T23:47:59.5075683Z git version 2.43.0.windows.1
2026-06-07T23:47:59.5101350Z ##[endgroup]
2026-06-07T23:47:59.5109588Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\8ace4b50-5459-4791-976d-962f4d571b03\.gitconfig'
2026-06-07T23:47:59.5123824Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\8ace4b50-5459-4791-976d-962f4d571b03' before making global git config changes
2026-06-07T23:47:59.5124869Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T23:47:59.5127568Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-07T23:47:59.5362896Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-07T23:47:59.5551909Z https://github.com/SaberMage/spt-core
2026-06-07T23:47:59.5578208Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-07T23:47:59.5582312Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-07T23:47:59.5772555Z refs/heads/dev-freeform
2026-06-07T23:47:59.5797138Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-07T23:47:59.6067647Z HEAD is now at 7278c95 test(rig): re-run two-host ladder after notif epoch fix [twohost]
2026-06-07T23:47:59.6516808Z ##[endgroup]
2026-06-07T23:47:59.6520049Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-07T23:47:59.9902349Z ##[group]Cleaning the repository
2026-06-07T23:47:59.9905460Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-07T23:48:04.1710109Z Removing .adapter-notify/
2026-06-07T23:48:04.1710630Z Removing target/
2026-06-07T23:48:04.1744402Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-07T23:48:04.2107659Z HEAD is now at 7278c95 test(rig): re-run two-host ladder after notif epoch fix [twohost]
2026-06-07T23:48:04.2132162Z ##[endgroup]
2026-06-07T23:48:04.2135992Z ##[group]Disabling automatic garbage collection
2026-06-07T23:48:04.2140274Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-07T23:48:04.2362978Z ##[endgroup]
2026-06-07T23:48:04.2363346Z ##[group]Setting up auth
2026-06-07T23:48:04.2369117Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-07T23:48:04.2579110Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-07T23:48:04.6120243Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T23:48:04.6348238Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-07T23:48:04.9870299Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T23:48:05.0086244Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-07T23:48:05.3415209Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-07T23:48:05.3708106Z ##[endgroup]
2026-06-07T23:48:05.3708575Z ##[group]Fetching the repository
2026-06-07T23:48:05.3714557Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7278c95ce6c31b0dde6ec446975903e9128e5147:refs/remotes/origin/dev-freeform
2026-06-07T23:48:06.0555263Z ##[endgroup]
2026-06-07T23:48:06.0555705Z ##[group]Determining the checkout info
2026-06-07T23:48:06.0556860Z ##[endgroup]
2026-06-07T23:48:06.0561951Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-07T23:48:06.0822893Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-07T23:48:06.1033557Z ##[group]Checking out the ref
2026-06-07T23:48:06.1037756Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-07T23:48:06.1380973Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-07T23:48:06.1381341Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-07T23:48:06.1381724Z Switched to and reset branch 'dev-freeform'
2026-06-07T23:48:06.1401942Z ##[endgroup]
2026-06-07T23:48:06.1628621Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-07T23:48:06.1828562Z 7278c95ce6c31b0dde6ec446975903e9128e5147
2026-06-07T23:48:06.2104804Z ##[group]Run cargo build --workspace --all-targets
2026-06-07T23:48:06.2105185Z [36;1mcargo build --workspace --all-targets[0m
2026-06-07T23:48:06.2169101Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-07T23:48:06.2169465Z ##[endgroup]
2026-06-07T23:48:11.5934072Z    Compiling proc-macro2 v1.0.106
2026-06-07T23:48:11.5934365Z    Compiling unicode-ident v1.0.24
2026-06-07T23:48:11.5934634Z    Compiling quote v1.0.45
2026-06-07T23:48:11.5934830Z    Compiling serde_core v1.0.228
2026-06-07T23:48:11.5935033Z    Compiling serde v1.0.228
2026-06-07T23:48:11.5935304Z    Compiling cfg-if v1.0.4
2026-06-07T23:48:11.5935696Z    Compiling windows-link v0.2.1
2026-06-07T23:48:11.5936061Z    Compiling typenum v1.20.1
2026-06-07T23:48:11.5936514Z    Compiling version_check v0.9.5
2026-06-07T23:48:11.5936862Z    Compiling portable-atomic v1.13.1
2026-06-07T23:48:11.5937311Z    Compiling critical-section v1.2.0
2026-06-07T23:48:11.5937795Z    Compiling subtle v2.6.1
2026-06-07T23:48:11.5938828Z    Compiling memchr v2.8.1
2026-06-07T23:48:11.5939189Z    Compiling semver v1.0.28
2026-06-07T23:48:11.5939682Z    Compiling shlex v2.0.1
2026-06-07T23:48:11.5940056Z    Compiling smallvec v1.15.1
2026-06-07T23:48:11.6659816Z    Compiling windows-sys v0.61.2
2026-06-07T23:48:11.6761948Z    Compiling find-msvc-tools v0.1.9
2026-06-07T23:48:11.7109947Z    Compiling equivalent v1.0.2
2026-06-07T23:48:11.7538941Z    Compiling itoa v1.0.18
2026-06-07T23:48:11.7980764Z    Compiling getrandom v0.2.17
2026-06-07T23:48:11.8271292Z    Compiling cpufeatures v0.2.17
2026-06-07T23:48:11.8606762Z    Compiling rustc_version v0.4.1
2026-06-07T23:48:11.9057263Z    Compiling hashbrown v0.17.1
2026-06-07T23:48:11.9088476Z    Compiling pin-project-lite v0.2.17
2026-06-07T23:48:11.9508193Z    Compiling log v0.4.32
2026-06-07T23:48:11.9563809Z    Compiling rand_core v0.10.1
2026-06-07T23:48:11.9907556Z    Compiling generic-array v0.14.7
2026-06-07T23:48:12.0013838Z    Compiling futures-core v0.3.32
2026-06-07T23:48:12.0014321Z    Compiling bytes v1.11.1
2026-06-07T23:48:12.1379578Z    Compiling cc v1.2.63
2026-06-07T23:48:12.1511554Z    Compiling getrandom v0.4.2
2026-06-07T23:48:12.1542428Z    Compiling stable_deref_trait v1.2.1
2026-06-07T23:48:12.2012058Z    Compiling libc v0.2.186
2026-06-07T23:48:12.2463230Z    Compiling bitflags v2.12.1
2026-06-07T23:48:12.3456949Z    Compiling futures-io v0.3.32
2026-06-07T23:48:12.3901577Z    Compiling futures-sink v0.3.32
2026-06-07T23:48:12.4706547Z    Compiling indexmap v2.14.0
2026-06-07T23:48:12.5450328Z    Compiling autocfg v1.5.1
2026-06-07T23:48:12.5698928Z    Compiling slab v0.4.12
2026-06-07T23:48:12.5859642Z    Compiling curve25519-dalek v4.1.3
2026-06-07T23:48:12.6326794Z    Compiling futures-task v0.3.32
2026-06-07T23:48:12.7053147Z    Compiling futures-channel v0.3.32
2026-06-07T23:48:12.7339057Z    Compiling zerocopy v0.8.50
2026-06-07T23:48:12.7343851Z    Compiling ahash v0.8.12
2026-06-07T23:48:12.8104368Z    Compiling rand_core v0.6.4
2026-06-07T23:48:12.8382492Z    Compiling fnv v1.0.7
2026-06-07T23:48:12.8705095Z    Compiling vcpkg v0.2.15
2026-06-07T23:48:12.9049200Z    Compiling zmij v1.0.21
2026-06-07T23:48:12.9453958Z    Compiling pkg-config v0.3.33
2026-06-07T23:48:12.9930664Z    Compiling signature v2.2.0
2026-06-07T23:48:13.0248323Z    Compiling serde_json v1.0.150
2026-06-07T23:48:13.0321620Z    Compiling fastrand v2.4.1
2026-06-07T23:48:13.2021961Z    Compiling ed25519 v2.2.3
2026-06-07T23:48:13.2711358Z    Compiling crypto-common v0.1.7
2026-06-07T23:48:13.2895516Z    Compiling syn v2.0.117
2026-06-07T23:48:13.3187532Z    Compiling block-buffer v0.10.4
2026-06-07T23:48:13.3248437Z    Compiling cfg_aliases v0.2.1
2026-06-07T23:48:13.3530147Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-07T23:48:13.4029810Z    Compiling fallible-iterator v0.3.0
2026-06-07T23:48:13.4175973Z    Compiling rustversion v1.0.22
2026-06-07T23:48:13.4459245Z    Compiling digest v0.10.7
2026-06-07T23:48:13.4713750Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-07T23:48:13.4790432Z    Compiling litemap v0.8.2
2026-06-07T23:48:13.4790854Z    Compiling writeable v0.6.3
2026-06-07T23:48:13.5318300Z    Compiling utf8_iter v1.0.4
2026-06-07T23:48:13.6428451Z    Compiling icu_normalizer_data v2.2.0
2026-06-07T23:48:13.7317272Z    Compiling icu_properties_data v2.2.0
2026-06-07T23:48:13.7368162Z    Compiling sha2 v0.10.9
2026-06-07T23:48:13.7567968Z    Compiling anyhow v1.0.102
2026-06-07T23:48:13.7593674Z    Compiling percent-encoding v2.3.2
2026-06-07T23:48:13.7934543Z    Compiling ring v0.17.14
2026-06-07T23:48:13.8043758Z    Compiling libsqlite3-sys v0.30.1
2026-06-07T23:48:13.8044253Z    Compiling http v1.4.1
2026-06-07T23:48:13.8086739Z    Compiling strsim v0.11.1
2026-06-07T23:48:13.8793935Z    Compiling windows-targets v0.52.6
2026-06-07T23:48:13.9200350Z    Compiling windows-sys v0.59.0
2026-06-07T23:48:13.9489691Z    Compiling cpufeatures v0.3.0
2026-06-07T23:48:14.0148970Z    Compiling thiserror v2.0.18
2026-06-07T23:48:14.0470031Z    Compiling chacha20 v0.10.0
2026-06-07T23:48:14.1865935Z    Compiling form_urlencoded v1.2.2
2026-06-07T23:48:14.2481881Z    Compiling untrusted v0.9.0
2026-06-07T23:48:14.3650520Z    Compiling ident_case v1.0.1
2026-06-07T23:48:14.3980749Z    Compiling rand v0.10.1
2026-06-07T23:48:14.4002870Z    Compiling num-traits v0.2.19
2026-06-07T23:48:14.4661710Z    Compiling windows-result v0.4.1
2026-06-07T23:48:14.4684311Z    Compiling windows-strings v0.5.1
2026-06-07T23:48:14.5218979Z    Compiling unicode-segmentation v1.13.3
2026-06-07T23:48:14.6968044Z    Compiling rustls v0.23.40
2026-06-07T23:48:14.7616354Z    Compiling scopeguard v1.2.0
2026-06-07T23:48:14.8875382Z    Compiling lock_api v0.4.14
2026-06-07T23:48:14.9039858Z    Compiling convert_case v0.10.0
2026-06-07T23:48:15.0912147Z    Compiling unicode-xid v0.2.6
2026-06-07T23:48:15.1373830Z    Compiling const-oid v0.10.2
2026-06-07T23:48:15.1820803Z    Compiling atomic-waker v1.1.2
2026-06-07T23:48:15.2084897Z    Compiling httparse v1.10.1
2026-06-07T23:48:15.2255449Z    Compiling http-body v1.0.1
2026-06-07T23:48:15.2418299Z    Compiling hybrid-array v0.4.12
2026-06-07T23:48:15.2631938Z    Compiling powerfmt v0.2.0
2026-06-07T23:48:15.2820454Z    Compiling base64ct v1.8.3
2026-06-07T23:48:15.2962090Z    Compiling winapi v0.3.9
2026-06-07T23:48:15.3256411Z    Compiling heck v0.5.0
2026-06-07T23:48:15.3674003Z    Compiling memoffset v0.6.5
2026-06-07T23:48:15.3780299Z    Compiling try-lock v0.2.5
2026-06-07T23:48:15.4091357Z    Compiling deranged v0.5.8
2026-06-07T23:48:15.5190416Z    Compiling pem-rfc7468 v1.0.0
2026-06-07T23:48:15.5370515Z    Compiling tower-service v0.3.3
2026-06-07T23:48:15.6137621Z    Compiling thiserror v1.0.69
2026-06-07T23:48:15.6140285Z    Compiling time-core v0.1.8
2026-06-07T23:48:15.6272401Z    Compiling data-encoding v2.11.0
2026-06-07T23:48:15.7739716Z    Compiling base64 v0.22.1
2026-06-07T23:48:15.8011478Z    Compiling num-conv v0.2.2
2026-06-07T23:48:15.9368676Z    Compiling parking_lot_core v0.9.12
2026-06-07T23:48:15.9981765Z    Compiling tinyvec_macros v0.1.1
2026-06-07T23:48:16.0048597Z    Compiling crypto-common v0.2.2
2026-06-07T23:48:16.1016871Z    Compiling tinyvec v1.11.0
2026-06-07T23:48:16.1550567Z    Compiling block-buffer v0.12.0
2026-06-07T23:48:16.2659359Z    Compiling want v0.3.1
2026-06-07T23:48:16.2745936Z    Compiling vergen-lib v9.1.0
2026-06-07T23:48:16.3131525Z    Compiling n0-future v0.3.2
2026-06-07T23:48:16.3976766Z    Compiling inout v0.1.4
2026-06-07T23:48:16.4422439Z    Compiling serial-core v0.4.0
2026-06-07T23:48:16.4781518Z    Compiling spin v0.10.0
2026-06-07T23:48:16.5541875Z    Compiling crossbeam-utils v0.8.21
2026-06-07T23:48:16.5745481Z    Compiling winnow v1.0.3
2026-06-07T23:48:16.6145190Z    Compiling diatomic-waker v0.2.3
2026-06-07T23:48:16.6558577Z    Compiling cordyceps v0.3.4
2026-06-07T23:48:16.6833868Z    Compiling httpdate v1.0.3
2026-06-07T23:48:16.7420360Z    Compiling parking v2.2.1
2026-06-07T23:48:16.7690954Z    Compiling winreg v0.10.1
2026-06-07T23:48:16.7926014Z    Compiling ref-cast v1.0.25
2026-06-07T23:48:16.9429746Z    Compiling futures-buffered v0.2.13
2026-06-07T23:48:16.9463991Z    Compiling futures-lite v2.6.1
2026-06-07T23:48:16.9804421Z    Compiling digest v0.11.3
2026-06-07T23:48:16.9917726Z    Compiling synstructure v0.13.2
2026-06-07T23:48:17.0276528Z    Compiling darling_core v0.20.11
2026-06-07T23:48:17.1548188Z    Compiling serde_derive_internals v0.29.1
2026-06-07T23:48:17.2100161Z    Compiling serial-windows v0.4.0
2026-06-07T23:48:17.2661425Z    Compiling cipher v0.4.4
2026-06-07T23:48:17.3882943Z    Compiling vergen v9.1.0
2026-06-07T23:48:17.5022543Z    Compiling vergen-lib v0.1.6
2026-06-07T23:48:17.5630945Z    Compiling noq-udp v0.10.0
2026-06-07T23:48:17.5947837Z    Compiling universal-hash v0.5.1
2026-06-07T23:48:17.6436376Z    Compiling heapless v0.7.17
2026-06-07T23:48:17.6757540Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-07T23:48:17.7390423Z    Compiling aho-corasick v1.1.4
2026-06-07T23:48:17.7444901Z    Compiling sync_wrapper v1.0.2
2026-06-07T23:48:17.7986721Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-07T23:48:17.7987127Z    Compiling byteorder v1.5.0
2026-06-07T23:48:17.8139982Z    Compiling either v1.16.0
2026-06-07T23:48:17.8313589Z    Compiling lazy_static v1.5.0
2026-06-07T23:48:17.8763506Z    Compiling winnow v0.7.15
2026-06-07T23:48:17.9602461Z    Compiling regex-syntax v0.8.10
2026-06-07T23:48:17.9842991Z    Compiling toml_write v0.1.2
2026-06-07T23:48:17.9867808Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-07T23:48:18.0246801Z    Compiling bitflags v1.3.2
2026-06-07T23:48:18.0651559Z    Compiling opaque-debug v0.3.1
2026-06-07T23:48:18.0712329Z    Compiling pin-utils v0.1.0
2026-06-07T23:48:18.1284497Z    Compiling nix v0.25.1
2026-06-07T23:48:18.1710928Z    Compiling polyval v0.6.2
2026-06-07T23:48:18.2180330Z    Compiling hash32 v0.2.1
2026-06-07T23:48:18.2684208Z    Compiling shared_library v0.1.9
2026-06-07T23:48:18.4095796Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-07T23:48:18.4487132Z    Compiling parking_lot v0.12.5
2026-06-07T23:48:18.4584763Z    Compiling serial v0.4.0
2026-06-07T23:48:18.4883720Z    Compiling vergen-gitcl v1.0.8
2026-06-07T23:48:18.5109383Z    Compiling spin v0.9.8
2026-06-07T23:48:18.5906882Z    Compiling windows-threading v0.2.1
2026-06-07T23:48:18.6823266Z    Compiling dyn-clone v1.0.20
2026-06-07T23:48:18.7082758Z    Compiling downcast-rs v1.2.1
2026-06-07T23:48:18.7440775Z    Compiling tower-layer v0.3.3
2026-06-07T23:48:18.7459804Z    Compiling signature v3.0.0
2026-06-07T23:48:18.8527153Z    Compiling shell-words v1.1.1
2026-06-07T23:48:18.9082289Z    Compiling ghash v0.5.1
2026-06-07T23:48:18.9449554Z    Compiling ctr v0.9.2
2026-06-07T23:48:18.9565238Z    Compiling aes v0.8.4
2026-06-07T23:48:19.0139707Z    Compiling sha2 v0.11.0-rc.5
2026-06-07T23:48:19.0764678Z    Compiling proc-macro-crate v3.5.0
2026-06-07T23:48:19.1024152Z    Compiling time v0.3.47
2026-06-07T23:48:19.1286326Z    Compiling http-body-util v0.1.3
2026-06-07T23:48:19.1361289Z    Compiling aead v0.5.2
2026-06-07T23:48:19.1501088Z    Compiling widestring v1.2.1
2026-06-07T23:48:19.3257185Z    Compiling ipconfig v0.3.4
2026-06-07T23:48:19.4163320Z    Compiling aes-gcm v0.10.3
2026-06-07T23:48:19.6134408Z    Compiling crossbeam-channel v0.5.15
2026-06-07T23:48:19.6696996Z    Compiling serde_derive v1.0.228
2026-06-07T23:48:19.6804822Z    Compiling zeroize_derive v1.4.3
2026-06-07T23:48:19.6882922Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-07T23:48:19.7049320Z    Compiling zerofrom-derive v0.1.7
2026-06-07T23:48:19.7639066Z    Compiling socket2 v0.6.4
2026-06-07T23:48:19.9063391Z    Compiling mio v1.2.1
2026-06-07T23:48:19.9922753Z    Compiling tokio-macros v2.7.0
2026-06-07T23:48:20.0253315Z    Compiling yoke-derive v0.8.2
2026-06-07T23:48:20.2356991Z    Compiling futures-macro v0.3.32
2026-06-07T23:48:20.2484760Z    Compiling zerovec-derive v0.11.3
2026-06-07T23:48:20.2886263Z    Compiling displaydoc v0.2.6
2026-06-07T23:48:20.3661564Z    Compiling zeroize v1.8.2
2026-06-07T23:48:20.3768200Z    Compiling tracing-attributes v0.1.31
2026-06-07T23:48:20.4535088Z    Compiling thiserror-impl v2.0.18
2026-06-07T23:48:20.7232178Z    Compiling rustls-pki-types v1.14.1
2026-06-07T23:48:20.7925350Z    Compiling tokio v1.52.3
2026-06-07T23:48:21.1084169Z    Compiling rustls-webpki v0.103.13
2026-06-07T23:48:21.1452891Z    Compiling darling_macro v0.20.11
2026-06-07T23:48:21.1622217Z    Compiling derive_more-impl v2.1.1
2026-06-07T23:48:21.1653964Z    Compiling windows-interface v0.59.3
2026-06-07T23:48:21.1868801Z    Compiling futures-util v0.3.32
2026-06-07T23:48:21.3747084Z    Compiling zerofrom v0.1.8
2026-06-07T23:48:21.4248356Z    Compiling n0-error-macros v0.1.3
2026-06-07T23:48:21.5215805Z    Compiling windows-implement v0.60.2
2026-06-07T23:48:21.6196141Z    Compiling spez v0.1.2
2026-06-07T23:48:21.6285478Z    Compiling darling v0.20.11
2026-06-07T23:48:21.7699012Z    Compiling yoke v0.8.3
2026-06-07T23:48:21.9250683Z    Compiling ed25519-dalek v2.2.0
2026-06-07T23:48:21.9741155Z    Compiling derive_builder_core v0.20.2
2026-06-07T23:48:22.1489012Z    Compiling zerovec v0.11.6
2026-06-07T23:48:22.1587533Z    Compiling spt-proto v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-07T23:48:22.2063781Z    Compiling zerotrie v0.2.4
2026-06-07T23:48:22.2116330Z    Compiling der v0.8.0-rc.10
2026-06-07T23:48:22.3083589Z    Compiling pin-project-internal v1.1.13
2026-06-07T23:48:22.3084263Z    Compiling windows-core v0.62.2
2026-06-07T23:48:22.3637694Z    Compiling thiserror-impl v1.0.69
2026-06-07T23:48:22.4115256Z    Compiling n0-error v0.1.3
2026-06-07T23:48:22.4915664Z    Compiling ref-cast-impl v1.0.25
2026-06-07T23:48:22.7409457Z    Compiling tinystr v0.8.3
2026-06-07T23:48:22.7574206Z    Compiling potential_utf v0.1.5
2026-06-07T23:48:22.8574680Z    Compiling icu_collections v2.2.0
2026-06-07T23:48:22.8717909Z    Compiling regex-automata v0.4.14
2026-06-07T23:48:22.9455847Z    Compiling icu_locale_core v2.2.0
2026-06-07T23:48:22.9685971Z    Compiling schemars_derive v1.2.1
2026-06-07T23:48:23.0552328Z    Compiling windows-numerics v0.3.1
2026-06-07T23:48:23.1232882Z    Compiling derive_builder_macro v0.20.2
2026-06-07T23:48:23.1754612Z    Compiling windows-collections v0.3.2
2026-06-07T23:48:23.2305141Z    Compiling windows-future v0.3.2
2026-06-07T23:48:23.2896196Z    Compiling cobs v0.3.0
2026-06-07T23:48:23.5206941Z    Compiling derive_builder v0.20.2
2026-06-07T23:48:23.5616270Z    Compiling spki v0.8.0-rc.4
2026-06-07T23:48:23.6031193Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-07T23:48:23.6187884Z    Compiling pin-project v1.1.13
2026-06-07T23:48:23.7238175Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-07T23:48:23.8921990Z    Compiling icu_provider v2.2.0
2026-06-07T23:48:23.8940592Z    Compiling filedescriptor v0.8.3
2026-06-07T23:48:23.9305639Z    Compiling postcard-derive v0.2.2
2026-06-07T23:48:24.0994845Z    Compiling futures-executor v0.3.32
2026-06-07T23:48:24.1718089Z    Compiling icu_normalizer v2.2.0
2026-06-07T23:48:24.1940567Z    Compiling icu_properties v2.2.0
2026-06-07T23:48:24.2303622Z    Compiling ipnet v2.12.0
2026-06-07T23:48:24.2548733Z    Compiling serde_spanned v0.6.9
2026-06-07T23:48:24.3008690Z    Compiling toml_datetime v0.6.11
2026-06-07T23:48:24.3075182Z    Compiling futures v0.3.32
2026-06-07T23:48:24.4235932Z    Compiling ed25519 v3.0.0-rc.4
2026-06-07T23:48:24.4784064Z    Compiling toml_edit v0.22.27
2026-06-07T23:48:24.5215145Z    Compiling portable-pty v0.8.1
2026-06-07T23:48:24.6466801Z    Compiling once_cell v1.21.4
2026-06-07T23:48:24.6576510Z    Compiling prefix-trie v0.8.4
2026-06-07T23:48:24.7046275Z    Compiling data-encoding-macro v0.1.20
2026-06-07T23:48:24.8893202Z    Compiling tracing-core v0.1.36
2026-06-07T23:48:24.8954322Z    Compiling tempfile v3.27.0
2026-06-07T23:48:24.9492680Z    Compiling tokio-util v0.7.18
2026-06-07T23:48:25.0488818Z    Compiling hashbrown v0.14.5
2026-06-07T23:48:25.0552075Z    Compiling regex v1.12.3
2026-06-07T23:48:25.0669287Z    Compiling schemars v1.2.1
2026-06-07T23:48:25.0841974Z    Compiling postcard v1.1.3
2026-06-07T23:48:25.3460752Z    Compiling tracing v0.1.44
2026-06-07T23:48:25.4162220Z    Compiling idna_adapter v1.2.2
2026-06-07T23:48:25.5208306Z    Compiling idna v1.1.0
2026-06-07T23:48:25.5680946Z    Compiling derive_more v2.1.1
2026-06-07T23:48:25.6253400Z    Compiling hashlink v0.9.1
2026-06-07T23:48:25.6814898Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-07T23:48:25.7026346Z    Compiling tower v0.5.3
2026-06-07T23:48:25.7606012Z    Compiling h2 v0.4.14
2026-06-07T23:48:25.8967716Z    Compiling url v2.5.8
2026-06-07T23:48:25.9823723Z    Compiling rusqlite v0.32.1
2026-06-07T23:48:26.1044402Z    Compiling chrono v0.4.45
2026-06-07T23:48:26.1506928Z    Compiling windows v0.62.2
2026-06-07T23:48:26.2218891Z    Compiling num_enum_derive v0.7.6
2026-06-07T23:48:26.2906774Z    Compiling toml v0.8.23
2026-06-07T23:48:26.5071160Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-07T23:48:26.7098291Z    Compiling async-trait v0.1.89
2026-06-07T23:48:26.7351796Z    Compiling iroh-metrics-derive v0.4.1
2026-06-07T23:48:26.8624106Z    Compiling spt-store v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-07T23:48:27.1996637Z    Compiling strum_macros v0.28.0
2026-06-07T23:48:27.4173601Z    Compiling enum-assoc v1.3.0
2026-06-07T23:48:27.6887095Z    Compiling crossbeam-epoch v0.9.18
2026-06-07T23:48:27.7309006Z    Compiling windows-registry v0.6.1
2026-06-07T23:48:27.7775273Z    Compiling blake3 v1.8.5
2026-06-07T23:48:27.8233826Z    Compiling noq v0.18.0
2026-06-07T23:48:27.8989047Z    Compiling netwatch v0.16.0
2026-06-07T23:48:28.0619253Z    Compiling uuid v1.23.2
2026-06-07T23:48:28.0968235Z    Compiling acto v0.8.2
2026-06-07T23:48:28.1097762Z    Compiling allocator-api2 v0.2.21
2026-06-07T23:48:28.1558598Z    Compiling mac-addr v0.3.0
2026-06-07T23:48:28.2176840Z    Compiling tagptr v0.2.0
2026-06-07T23:48:28.2268846Z    Compiling sorted-index-buffer v0.2.1
2026-06-07T23:48:28.3023905Z    Compiling tokio-rustls v0.26.4
2026-06-07T23:48:28.3792873Z    Compiling xml-rs v0.8.28
2026-06-07T23:48:28.3837796Z    Compiling ryu v1.0.23
2026-06-07T23:48:28.3964423Z    Compiling foldhash v0.2.0
2026-06-07T23:48:28.4061259Z    Compiling identity-hash v0.1.0
2026-06-07T23:48:28.4295833Z    Compiling rustc-hash v2.1.2
2026-06-07T23:48:28.5229451Z    Compiling lru-slab v0.1.2
2026-06-07T23:48:28.5615063Z    Compiling spt-msg v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-07T23:48:28.5615703Z    Compiling hashbrown v0.16.1
2026-06-07T23:48:28.5833000Z    Compiling iroh-metrics v0.38.3
2026-06-07T23:48:28.6286552Z    Compiling noq-proto v0.17.0
2026-06-07T23:48:28.6360412Z    Compiling moka v0.12.15
2026-06-07T23:48:28.6867225Z    Compiling netdev v0.42.0
2026-06-07T23:48:28.7500004Z    Compiling rustls-platform-verifier v0.7.0
2026-06-07T23:48:29.1609360Z    Compiling xmltree v0.10.3
2026-06-07T23:48:29.2258517Z    Compiling spt-runtime v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-07T23:48:29.3801245Z    Compiling spt-term v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-07T23:48:29.5024288Z    Compiling hyper v1.10.1
2026-06-07T23:48:29.5616845Z    Compiling hickory-net v0.26.0-beta.4
2026-06-07T23:48:29.6949092Z    Compiling strum v0.28.0
2026-06-07T23:48:29.8982926Z    Compiling num_enum v0.7.6
2026-06-07T23:48:29.9206664Z    Compiling iroh-relay v0.98.0
2026-06-07T23:48:30.0881384Z    Compiling iroh-base v0.98.0
2026-06-07T23:48:30.1417090Z    Compiling attohttpc v0.30.1
2026-06-07T23:48:30.2184151Z    Compiling tower-http v0.6.11
2026-06-07T23:48:30.3135297Z    Compiling n0-watcher v0.6.1
2026-06-07T23:48:30.3210423Z    Compiling tokio-stream v0.1.18
2026-06-07T23:48:30.6285162Z    Compiling simple-dns v0.9.3
2026-06-07T23:48:30.7491636Z    Compiling constant_time_eq v0.4.2
2026-06-07T23:48:30.8905271Z    Compiling hyper-util v0.1.20
2026-06-07T23:48:30.9016585Z    Compiling resolv-conf v0.7.6
2026-06-07T23:48:30.9770127Z    Compiling arrayvec v0.7.6
2026-06-07T23:48:31.0677137Z    Compiling sha1_smol v1.0.1
2026-06-07T23:48:31.2532684Z    Compiling arrayref v0.3.9
2026-06-07T23:48:31.3627380Z    Compiling smol_str v0.1.24
2026-06-07T23:48:31.3699481Z    Compiling simdutf8 v0.1.5
2026-06-07T23:48:31.6062273Z    Compiling iroh-dns v0.98.0
2026-06-07T23:48:31.6957242Z    Compiling tokio-websockets v0.13.2
2026-06-07T23:48:31.8498364Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-07T23:48:32.1636101Z    Compiling lru v0.16.4
2026-06-07T23:48:32.2056024Z    Compiling webpki-roots v1.0.7
2026-06-07T23:48:32.2209209Z    Compiling seize v0.5.1
2026-06-07T23:48:32.3435408Z    Compiling hyper-rustls v0.27.9
2026-06-07T23:48:32.3500706Z    Compiling igd-next v0.17.1
2026-06-07T23:48:32.3816252Z    Compiling serde_bytes v0.11.19
2026-06-07T23:48:32.4377575Z    Compiling hmac v0.12.1
2026-06-07T23:48:32.5731363Z    Compiling reqwest v0.13.4
2026-06-07T23:48:32.6045725Z    Compiling iroh v0.98.2
2026-06-07T23:48:32.6278612Z    Compiling cmov v0.5.4
2026-06-07T23:48:32.6677703Z    Compiling hkdf v0.12.4
2026-06-07T23:48:32.6976607Z    Compiling papaya v0.2.4
2026-06-07T23:48:32.7152336Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-07T23:48:32.8378203Z    Compiling backon v1.6.0
2026-06-07T23:48:32.8417054Z    Compiling spake2 v0.4.0
2026-06-07T23:48:32.9597070Z    Compiling ctutils v0.4.2
2026-06-07T23:48:33.0332718Z    Compiling sha1 v0.10.6
2026-06-07T23:48:33.1874335Z    Compiling recvmsg v1.0.0
2026-06-07T23:48:33.2037133Z    Compiling doctest-file v1.1.1
2026-06-07T23:48:33.2211350Z    Compiling spt-live v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-07T23:48:33.2759564Z    Compiling once_cell_polyfill v1.70.2
2026-06-07T23:48:33.3351262Z    Compiling utf8parse v0.2.2
2026-06-07T23:48:33.3564251Z    Compiling anstyle v1.0.14
2026-06-07T23:48:33.3775353Z    Compiling anstyle-query v1.1.5
2026-06-07T23:48:33.4489596Z    Compiling anstyle-parse v1.0.0
2026-06-07T23:48:33.5140216Z    Compiling is_terminal_polyfill v1.70.2
2026-06-07T23:48:33.5973209Z    Compiling anstyle-wincon v3.0.11
2026-06-07T23:48:33.6538114Z    Compiling colorchoice v1.0.5
2026-06-07T23:48:33.6737025Z    Compiling terminal_size v0.4.4
2026-06-07T23:48:33.6961494Z    Compiling clap_lex v1.1.0
2026-06-07T23:48:33.7334427Z    Compiling interprocess v2.4.2
2026-06-07T23:48:33.7895899Z    Compiling anstream v1.0.0
2026-06-07T23:48:33.8263767Z    Compiling clap_derive v4.6.1
2026-06-07T23:48:33.9353130Z    Compiling qrcode v0.14.1
2026-06-07T23:48:34.2749104Z    Compiling clap_builder v4.6.0
2026-06-07T23:48:34.7149656Z    Compiling mock-adapter v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-07T23:48:36.1672429Z    Compiling wmi v0.18.4
2026-06-07T23:48:36.5217293Z    Compiling clap v4.6.1
2026-06-07T23:48:38.0632165Z    Compiling portmapper v0.16.0
2026-06-07T23:48:52.7318113Z    Compiling spt-net v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-07T23:48:53.9234735Z    Compiling spt-daemon v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-07T23:49:01.4147495Z    Compiling spt v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-07T23:49:15.0446762Z    Compiling xtask v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\xtask)
2026-06-07T23:49:25.0584423Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
2026-06-07T23:49:25.1927538Z ##[group]Run cargo test --workspace
2026-06-07T23:49:25.1927884Z [36;1mcargo test --workspace[0m
2026-06-07T23:49:25.1980031Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-07T23:49:25.1980330Z ##[endgroup]
2026-06-07T23:49:25.9709038Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.54s
2026-06-07T23:49:26.0155840Z      Running unittests src\main.rs (target\debug\deps\mock_session-eb06fd59da66b119.exe)
2026-06-07T23:49:26.0467663Z 
2026-06-07T23:49:26.0467917Z running 0 tests
2026-06-07T23:49:26.0468067Z 
2026-06-07T23:49:26.0468289Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T23:49:26.0468526Z 
2026-06-07T23:49:26.0479161Z      Running unittests src\shell.rs (target\debug\deps\mock_shell-1ab0f39f1859397d.exe)
2026-06-07T23:49:26.0738587Z 
2026-06-07T23:49:26.0738778Z running 0 tests
2026-06-07T23:49:26.0738928Z 
2026-06-07T23:49:26.0739233Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T23:49:26.0739540Z 
2026-06-07T23:49:26.0749737Z      Running tests\manifest_valid.rs (target\debug\deps\manifest_valid-f1d881ffa11f1d66.exe)
2026-06-07T23:49:26.2982085Z 
2026-06-07T23:49:26.2982588Z running 3 tests
2026-06-07T23:49:26.2994971Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-07T23:49:26.2995993Z test mock_manifest_parses_and_validates ... ok
2026-06-07T23:49:26.2996302Z test mock_has_no_claude_code_conventions ... ok
2026-06-07T23:49:26.2996519Z 
2026-06-07T23:49:26.2996934Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T23:49:26.2997196Z 
2026-06-07T23:49:26.3008714Z      Running unittests src\main.rs (target\debug\deps\spt-77322ec3b716a306.exe)
2026-06-07T23:49:26.9218472Z 
2026-06-07T23:49:26.9218859Z running 99 tests
2026-06-07T23:49:26.9229010Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-07T23:49:26.9229526Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-07T23:49:26.9233503Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-07T23:49:26.9234054Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-07T23:49:26.9234495Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-07T23:49:26.9237214Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-07T23:49:26.9237787Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-07T23:49:26.9298146Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-07T23:49:26.9357575Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-07T23:49:26.9414614Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-07T23:49:26.9474453Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-07T23:49:26.9490021Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-07T23:49:26.9508951Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-07T23:49:26.9525355Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-07T23:49:27.0278687Z test api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake ... ok
2026-06-07T23:49:27.0868541Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-07T23:49:27.1648349Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-07T23:49:27.1670065Z test api::reporting::tests::boundary_injects_deferred_shell_context ... ok
2026-06-07T23:49:27.1921263Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-07T23:49:27.1934600Z test api::tests::adapter_is_required ... ok
2026-06-07T23:49:27.1941395Z test api::tests::state_value_is_validated ... ok
2026-06-07T23:49:27.1963989Z test api::tests::surface_parses ... ok
2026-06-07T23:49:27.2974426Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-07T23:49:27.3025253Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-07T23:49:27.3121003Z test api::reporting::tests::history_log_appends ... ok
2026-06-07T23:49:27.3159973Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-07T23:49:27.3233174Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-07T23:49:27.3262465Z test cli::tests::access_subcommands_parse ... ok
2026-06-07T23:49:27.3280542Z test cli::tests::adapter_subcommands_parse ... ok
2026-06-07T23:49:27.3283316Z test cli::tests::create_existing_name_is_usage_error ... ok
2026-06-07T23:49:27.3286965Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-07T23:49:27.3402164Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-07T23:49:27.3404386Z test cli::tests::create_not_elevated_refuses_without_saving ... ok
2026-06-07T23:49:27.3452520Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-07T23:49:27.3472106Z test cli::tests::daemon_subcommands_parse ... ok
2026-06-07T23:49:27.3479839Z test cli::tests::digest_flag_defaults ... ok
2026-06-07T23:49:27.3480791Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-07T23:49:27.3498369Z test cli::tests::create_prints_joining_material_when_elevated ... ok
2026-06-07T23:49:27.3499529Z test cli::tests::escalation_choice_parses_fail_closed ... ok
2026-06-07T23:49:27.3547230Z test cli::tests::endpoint_subcommands_parse ... ok
2026-06-07T23:49:27.3573350Z test cli::tests::grant_subcommands_parse ... ok
2026-06-07T23:49:27.3597059Z test cli::tests::help_groups_cover_every_command ... ok
2026-06-07T23:49:27.3654612Z test cli::tests::hot_path_flat_and_moved_verbs_gone ... ok
2026-06-07T23:49:27.3659978Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-07T23:49:27.3666956Z test cli::tests::how_to_topics_cover_ready_and_send ... ok
2026-06-07T23:49:27.3668265Z test cli::tests::join_gate_refuses_without_confirmed_elevation ... ok
2026-06-07T23:49:27.3672370Z test cli::tests::invalid_usage_errors ... ok
2026-06-07T23:49:27.3675626Z test cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale ... ok
2026-06-07T23:49:27.3678087Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-07T23:49:27.3681218Z test cli::tests::notify_subnet_resolution_home_default ... ok
2026-06-07T23:49:27.3707371Z test cli::tests::notify_surface_parses ... ok
2026-06-07T23:49:27.3760838Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-07T23:49:27.3771355Z test cli::tests::pair_namespace_is_gone ... ok
2026-06-07T23:49:27.3772936Z test cli::tests::prune_candidates_resolve_never_guess ... ok
2026-06-07T23:49:27.3780251Z test cli::tests::ring_timeout_defaults ... ok
2026-06-07T23:49:27.3787688Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-07T23:49:27.3959137Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-07T23:49:27.4006577Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-07T23:49:27.4120746Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-07T23:49:27.4176654Z test api::startup::tests::missing_seed_refused ... ok
2026-06-07T23:49:27.4405747Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-07T23:49:27.4650567Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-07T23:49:27.4694705Z test cli::tests::shell_subcommands_parse ... ok
2026-06-07T23:49:27.4705111Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-07T23:49:27.4786552Z test cli::tests::show_code_prints_reprovisioning_material ... ok
2026-06-07T23:49:27.4790101Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-07T23:49:27.4819461Z test cli::tests::subcommands_parse ... ok
2026-06-07T23:49:27.4828049Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-07T23:49:27.4830800Z test cli::tests::subnet_status_renders_rows_and_hints_never_secrets ... ok
2026-06-07T23:49:27.4832115Z test cli::tests::subnets_joined_banner_renders_rows_and_divider ... ok
2026-06-07T23:49:27.4833412Z test cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation ... ok
2026-06-07T23:49:27.4835909Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-07T23:49:27.4838671Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-07T23:49:27.4839712Z test elevation::tests::admin_terminal_style_has_no_command_prefix ... ok
2026-06-07T23:49:27.4840746Z test elevation::tests::auto_elevate_only_when_unix_interactive_and_unelevated ... ok
2026-06-07T23:49:27.4842170Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-07T23:49:27.4843550Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-07T23:49:27.4845053Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-07T23:49:27.4846643Z test elevation::tests::sudo_rerun_shell_quotes_spaced_args ... ok
2026-06-07T23:49:27.4847692Z test elevation::tests::sudo_rerun_uses_absolute_path_not_bare_name ... ok
2026-06-07T23:49:27.4889230Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-07T23:49:27.4891433Z test wansend::tests::refusals_render_copy_paste_targets ... ok
2026-06-07T23:49:27.4898620Z test cli::tests::subnet_arg_shapes_parse ... ok
2026-06-07T23:49:27.4917995Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-07T23:49:27.4923670Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-07T23:49:27.5523896Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-07T23:49:27.6022545Z test api::worker::tests::worker_poll_holds_deferred_while_resting ... ok
2026-06-07T23:49:27.6048298Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-07T23:49:29.3588312Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-07T23:49:44.7046993Z test cli::tests::owner_shutdown_gated_by_can_shutdown_grant ... ok
2026-06-07T23:49:44.8776732Z test cli::tests::shell_channels_relay_sensory_and_text_file ... ok
2026-06-07T23:49:44.9159658Z test cli::tests::shell_owner_exclusivity_negatives ... ok
2026-06-07T23:49:44.9451763Z test cli::tests::shell_relink_relaunches_offline_instances_only ... ok
2026-06-07T23:49:45.0637340Z test cli::tests::shell_spawn_approval_floor_gates ... ok
2026-06-07T23:49:45.2277810Z test cli::tests::shell_spawn_cap_and_over_cap_gates ... ok
2026-06-07T23:49:55.4988959Z test cli::tests::shell_spawn_gates_on_the_registered_set ... ok
2026-06-07T23:49:55.5028493Z test cli::tests::shutdown_soft_stops_and_suspends ... ok
2026-06-07T23:49:55.7684734Z test wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate ... ok
2026-06-07T23:49:55.8999102Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-07T23:49:55.9000253Z 
2026-06-07T23:49:55.9000563Z test result: ok. 99 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 28.98s
2026-06-07T23:49:55.9001010Z 
2026-06-07T23:49:55.9159370Z      Running tests\contract_e2e.rs (target\debug\deps\contract_e2e-a69c6ab400ea1733.exe)
2026-06-07T23:49:55.9607738Z 
2026-06-07T23:49:55.9608266Z running 4 tests
2026-06-07T23:49:57.1051190Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-07T23:49:57.1491923Z SEEDED:13556
2026-06-07T23:49:57.4323576Z test seed_then_listen_binds_and_relays ... ok
2026-06-07T23:49:57.6123972Z test mock_adapter_drives_the_full_contract ... ok
2026-06-07T23:49:57.6311033Z SEEDED:13556
2026-06-07T23:49:59.0305924Z test live_agent_lifecycle_e2e ... ok
2026-06-07T23:49:59.0306139Z 
2026-06-07T23:49:59.0306349Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.07s
2026-06-07T23:49:59.0306602Z 
2026-06-07T23:49:59.0320624Z      Running tests\notify_shell_e2e.rs (target\debug\deps\notify_shell_e2e-e41308107585698d.exe)
2026-06-07T23:49:59.3223873Z 
2026-06-07T23:49:59.3224229Z running 1 test
2026-06-07T23:49:59.3225486Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-07T23:49:59.3225669Z 
2026-06-07T23:49:59.3225884Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T23:49:59.3226141Z 
2026-06-07T23:49:59.3235974Z      Running tests\oneliner_e2e.rs (target\debug\deps\oneliner_e2e-7ecae9a0d9205e4c.exe)
2026-06-07T23:49:59.3768182Z 
2026-06-07T23:49:59.3768397Z running 1 test
2026-06-07T23:49:59.3769784Z test install_script_against_staged_release ... ok
2026-06-07T23:49:59.3769958Z 
2026-06-07T23:49:59.3770177Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T23:49:59.3770393Z 
2026-06-07T23:49:59.3781245Z      Running tests\quickstart_e2e.rs (target\debug\deps\quickstart_e2e-ac85b1f752779074.exe)
2026-06-07T23:49:59.4345750Z 
2026-06-07T23:49:59.4345901Z running 1 test
2026-06-07T23:50:01.8513976Z test published_messaging_quickstart_runs_as_written ... ok
2026-06-07T23:50:01.8514255Z 
2026-06-07T23:50:01.8514449Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.42s
2026-06-07T23:50:01.8514678Z 
2026-06-07T23:50:01.8527580Z      Running tests\release_verify_e2e.rs (target\debug\deps\release_verify_e2e-6d6068f1d91a9367.exe)
2026-06-07T23:50:02.0493398Z 
2026-06-07T23:50:02.0493691Z running 1 test
2026-06-07T23:50:02.0494876Z test published_release_verifies_against_embedded_anchor ... ok
2026-06-07T23:50:02.0495325Z 
2026-06-07T23:50:02.0495492Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T23:50:02.0495761Z 
2026-06-07T23:50:02.0507413Z      Running tests\shell_e2e.rs (target\debug\deps\shell_e2e-26cadb5a89e5149b.exe)
2026-06-07T23:50:02.3428755Z 
2026-06-07T23:50:02.3429070Z running 1 test
2026-06-07T23:50:05.2664509Z test mock_shell_binary_drives_the_full_link ... ok
2026-06-07T23:50:05.2664724Z 
2026-06-07T23:50:05.2664925Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.92s
2026-06-07T23:50:05.2665186Z 
2026-06-07T23:50:05.2681632Z      Running tests\shell_sleepwake_e2e.rs (target\debug\deps\shell_sleepwake_e2e-43c75af108288793.exe)
2026-06-07T23:50:05.3042859Z 
2026-06-07T23:50:05.3043045Z running 1 test
2026-06-07T23:50:06.6824450Z test sleep_wake_cycle_drives_from_both_ends ... ok
2026-06-07T23:50:06.6824664Z 
2026-06-07T23:50:06.6824862Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.38s
2026-06-07T23:50:06.6825135Z 
2026-06-07T23:50:06.6841218Z      Running unittests src\lib.rs (target\debug\deps\spt_daemon-86fed3d4c56185ad.exe)
2026-06-07T23:50:07.3225931Z 
2026-06-07T23:50:07.3226302Z running 206 tests
2026-06-07T23:50:07.3232312Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-07T23:50:07.3233316Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-07T23:50:07.3233986Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-07T23:50:07.3235280Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-07T23:50:07.3235805Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-07T23:50:07.3236331Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-07T23:50:07.3354467Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-07T23:50:07.3366964Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-07T23:50:07.3367571Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-07T23:50:07.3368377Z test config::tests::auto_suspend_knob_is_opt_in_default_off ... ok
2026-06-07T23:50:07.3369146Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-07T23:50:07.3377160Z test config::tests::detached_subnets_knob_defaults_empty ... ok
2026-06-07T23:50:07.3396378Z test config::tests::missing_file_is_default ... ok
2026-06-07T23:50:07.3412668Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-07T23:50:07.3419418Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-07T23:50:07.3422776Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-07T23:50:07.3457947Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-07T23:50:07.3626619Z test daemon::tests::windows_arg_quoting_roundtrips_the_rules ... ok
2026-06-07T23:50:07.3635742Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-07T23:50:07.3636240Z test config::tests::save_load_roundtrip ... ok
2026-06-07T23:50:07.3636933Z test deelevate::tests::plan_spawn_deelevates_only_with_a_target ... ok
2026-06-07T23:50:07.3637440Z test access::tests::gate_decision_table ... ok
2026-06-07T23:50:07.3638441Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-07T23:50:07.3639708Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-07T23:50:07.3641998Z test applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads ... ok
2026-06-07T23:50:07.3642538Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-07T23:50:07.3642936Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-07T23:50:07.3643431Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-07T23:50:07.3643862Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-07T23:50:07.3644229Z test digesthub::tests::render_is_glanceable ... ok
2026-06-07T23:50:07.3644809Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-07T23:50:07.3645221Z test applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary ... ok
2026-06-07T23:50:07.3645707Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-07T23:50:07.3646121Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-07T23:50:07.3646521Z test dispatch::tests::unknown_shapes_refuse_classification ... ok
2026-06-07T23:50:07.3646929Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-07T23:50:07.3647304Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-07T23:50:07.3647688Z test dispatch::tests::classifies_every_family_by_first_line_shape ... ok
2026-06-07T23:50:07.3648150Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-07T23:50:07.3648636Z test adapter_update::tests::ripple_registered_uses_the_registered_set ... ok
2026-06-07T23:50:07.3649050Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-07T23:50:07.3649436Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-07T23:50:07.3649814Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-07T23:50:07.3650163Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-07T23:50:07.3650504Z test grants::tests::escalation_answers_apply ... ok
2026-06-07T23:50:07.3650842Z test grants::tests::escalation_ask_body_roundtrip ... ok
2026-06-07T23:50:07.3651109Z test grants::tests::no_session_escalates_with_none_target ... ok
2026-06-07T23:50:07.3651380Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-07T23:50:07.3651634Z test grants::tests::preconsent_flags_author_grants ... ok
2026-06-07T23:50:07.3651884Z test grants::tests::reserved_capabilities_refuse_even_when_granted ... ok
2026-06-07T23:50:07.3652144Z test grants::tests::ungranted_escalates_granted_allows ... ok
2026-06-07T23:50:07.3718459Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-07T23:50:07.3722280Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-07T23:50:07.3744035Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-07T23:50:07.3759163Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-07T23:50:07.3766021Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-07T23:50:07.3798078Z test applyhost::tests::apply_staged_update_set_selects_local_platform_artifact ... ok
2026-06-07T23:50:07.3798933Z test applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint ... ok
2026-06-07T23:50:07.3803811Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-07T23:50:07.3835626Z test applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched ... ok
2026-06-07T23:50:07.3881643Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-07T23:50:07.3883134Z test machineid::tests::hash_is_domain_separated_and_stable ... ok
2026-06-07T23:50:07.3921253Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-07T23:50:07.3922672Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-07T23:50:07.3924278Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-07T23:50:07.3925300Z test msg::tests::output_envelope_round_trips ... ok
2026-06-07T23:50:07.3926950Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-07T23:50:07.3928173Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-07T23:50:07.3959018Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-07T23:50:07.4282919Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-07T23:50:07.4707022Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-07T23:50:07.4943130Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-07T23:50:07.5164761Z test grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips ... ok
2026-06-07T23:50:07.6179596Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-07T23:50:07.7183636Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-07T23:50:07.8122113Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-07T23:50:07.8383292Z test notif::tests::notif_command_renders_all_keys_and_is_opt_in ... ok
2026-06-07T23:50:07.8947334Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-07T23:50:07.9951557Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-07T23:50:08.0630018Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-07T23:50:08.1617760Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-07T23:50:09.8191686Z test lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state ... ok
2026-06-07T23:50:09.8987317Z test notifsync::tests::non_member_subnet_record_never_materializes ... ok
2026-06-07T23:50:09.9047533Z test notifsync::tests::feed_converges_two_stores_and_dismiss_replicates ... ok
2026-06-07T23:50:09.9048465Z test pairhost::tests::wire_errors_classify_for_the_guided_ux ... ok
2026-06-07T23:50:09.9057079Z test peerloop::tests::advertise_marker_is_taken_exactly_once ... ok
2026-06-07T23:50:09.9058285Z test peerloop::tests::first_tick_is_due_and_never_underflows ... ok
2026-06-07T23:50:09.9083967Z test notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed ... ok
2026-06-07T23:50:09.9206179Z test peerloop::tests::seeded_dial_order_fallback_and_writeback ... ok
2026-06-07T23:50:09.9207169Z test peerloop::tests::supervisor_backoff_doubles_caps_and_resets ... ok
2026-06-07T23:50:09.9311104Z test peerloop::tests::heartbeat_writes_and_advances ... ok
2026-06-07T23:50:09.9418710Z test presence::tests::mra_degrades_to_local_and_skips_noise_rows ... ok
2026-06-07T23:50:09.9474750Z test notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped ... ok
2026-06-07T23:50:09.9497113Z test presence::tests::mra_joins_local_and_gossiped_legs_under_one_max ... ok
2026-06-07T23:50:09.9517410Z test peerloop::tests::supervisor_restarts_a_panicking_pump_until_stop ... ok
2026-06-07T23:50:09.9519861Z test propagate::tests::classifier_maps_every_status_shape ... ok
2026-06-07T23:50:09.9542792Z test presence::tests::snapshot_loading_degrades_on_junk ... ok
2026-06-07T23:50:09.9594458Z test presence::tests::subnet_scope_gates_both_legs ... ok
2026-06-07T23:50:10.3902309Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-07T23:50:10.5716608Z test lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces ... ok
2026-06-07T23:50:10.6268185Z test linkhost::tests::run_action_relinks_drives_and_refuses ... ok
2026-06-07T23:50:10.6272666Z test machineid::tests::machine_id_hash_resolves_and_is_stable ... ok
2026-06-07T23:50:10.7131652Z test notif::tests::consent_decision_produces_notif_only_when_gated ... ok
2026-06-07T23:50:10.8043540Z test notif::tests::first_fire_reaches_most_recent_visible_endpoint ... ok
2026-06-07T23:50:10.8044707Z test reconcile::tests::active_node_wins ... ok
2026-06-07T23:50:10.8046050Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-07T23:50:10.8047022Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-07T23:50:10.8049986Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-07T23:50:10.8331259Z test registryhost::tests::admitted_feeds_stamp_the_heard_map ... ok
2026-06-07T23:50:10.9041889Z test notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked ... ok
2026-06-07T23:50:10.9602083Z test notif::tests::hidden_endpoint_boundary_surfaces_nothing ... ok
2026-06-07T23:50:11.0496686Z test notif::tests::hidden_endpoint_is_never_the_target ... ok
2026-06-07T23:50:11.0766107Z test notif::tests::no_live_endpoint_is_a_typed_no_target ... ok
2026-06-07T23:50:11.2032046Z test notif::tests::resurface_delivers_undismissed_with_gates ... ok
2026-06-07T23:50:11.2100367Z test registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active ... ok
2026-06-07T23:50:11.2139931Z test registryhost::tests::apply_feed_gates_and_merges_under_the_lease ... ok
2026-06-07T23:50:11.2243142Z test registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots ... ok
2026-06-07T23:50:11.2854787Z test notif::tests::shell_notif_templates_render_for_attached_instances_only ... ok
2026-06-07T23:50:11.2986286Z test registryhost::tests::repair_evict_drops_trust_snapshot_and_memory ... ok
2026-06-07T23:50:11.2987402Z test registryhost::tests::superseded_requires_label_and_machine_id_under_other_key ... ok
2026-06-07T23:50:11.3014525Z test registryhost::tests::with_epoch_is_the_one_canonical_counter ... ok
2026-06-07T23:50:11.3996220Z test notif::tests::suppression_window_holds_cross_endpoint ... ok
2026-06-07T23:50:11.4915624Z test psyrelay::tests::empty_and_oversize_bodies_drop_typed ... ok
2026-06-07T23:50:11.5009273Z test relcache::tests::partial_update_set_can_serve_held_platform_only ... ok
2026-06-07T23:50:11.5117917Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-07T23:50:11.5204171Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-07T23:50:11.5238464Z test relcache::tests::update_set_round_trips_and_loads_by_platform ... ok
2026-06-07T23:50:11.5323635Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-07T23:50:11.5414272Z test release::tests::builtin_keys_merge_and_revoke_under_file_overlay ... ok
2026-06-07T23:50:11.5501178Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-07T23:50:11.5586805Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-07T23:50:11.5587961Z test release::tests::hex_roundtrips ... ok
2026-06-07T23:50:11.5838300Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-07T23:50:11.5934675Z test release::tests::production_policy_loads_fail_closed ... ok
2026-06-07T23:50:11.5938579Z test release::tests::revoked_key_is_rejected ... ok
2026-06-07T23:50:11.5939927Z test release::tests::shipped_builtin_table_is_well_formed ... ok
2026-06-07T23:50:11.6025567Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-07T23:50:11.6115962Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-07T23:50:11.6201594Z test psyrelay::tests::notify_reaches_own_user_only ... ok
2026-06-07T23:50:11.6203975Z test release::tests::update_set_artifact_mismatch_is_rejected ... ok
2026-06-07T23:50:11.6293619Z test release::tests::update_set_missing_platform_is_typed_rejection ... ok
2026-06-07T23:50:11.6377464Z test release::tests::update_set_channel_and_rollback_gates_hold ... ok
2026-06-07T23:50:11.6381213Z test release::tests::update_set_tampering_breaks_whole_set_signature ... ok
2026-06-07T23:50:11.6466898Z test release::tests::update_set_verifies_and_selects_platform_artifact ... ok
2026-06-07T23:50:11.6468144Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-07T23:50:11.6494445Z test resting::tests::apply_event_echo_failure_is_loud_but_state_persists ... ok
2026-06-07T23:50:11.6577405Z test resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake ... ok
2026-06-07T23:50:11.6578291Z test resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in ... ok
2026-06-07T23:50:11.6646929Z test resting::tests::apply_event_auto_suspends_under_the_resolved_chain ... ok
2026-06-07T23:50:11.6731340Z test resting::tests::deferred_held_keys_on_the_durable_rest_record ... ok
2026-06-07T23:50:11.6743086Z test resting::tests::freshness_pull_marker_is_taken_exactly_once ... ok
2026-06-07T23:50:11.6743942Z test resting::tests::knob_chain_resolves_global_node_endpoint ... ok
2026-06-07T23:50:11.7090151Z test psyrelay::tests::notify_without_live_endpoint_is_pending ... ok
2026-06-07T23:50:11.7139123Z test resting::tests::rest_record_round_trips_with_anchor_discipline ... ok
2026-06-07T23:50:11.7140168Z test resting::tests::transition_table_matches_the_context_model ... ok
2026-06-07T23:50:11.7791325Z test psyrelay::tests::null_stdout_driver_fails_the_guard ... ok
2026-06-07T23:50:11.8656642Z test psyrelay::tests::prose_only_relays_nothing ... ok
2026-06-07T23:50:11.9863229Z test psyrelay::tests::reply_relays_to_inbound_sender ... ok
2026-06-07T23:50:12.0710610Z test psyrelay::tests::reply_without_target_is_dropped ... ok
2026-06-07T23:50:12.0715544Z test shellchan::tests::frames_compose_and_stamp_roundtrips ... ok
2026-06-07T23:50:12.0717761Z test shellchan::tests::sensory_text_file_frames_shape ... ok
2026-06-07T23:50:12.0721090Z test shellchan::tests::vocab_check_bounds_ops_and_args ... ok
2026-06-07T23:50:12.0863086Z test shelldisc::tests::discover_across_joins_other_node_subnet_adapters ... ok
2026-06-07T23:50:12.1285903Z test shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable ... ok
2026-06-07T23:50:12.1453406Z test shelldisc::tests::shell_context_renders_sections_and_empties_to_none ... ok
2026-06-07T23:50:12.2141847Z test psyrelay::tests::spoofed_routing_is_stripped_and_restamped ... ok
2026-06-07T23:50:12.2377805Z test registryhost::tests::advertise_local_scans_and_respects_visibility ... ok
2026-06-07T23:50:12.2528492Z test registryhost::tests::advertise_local_stamps_the_node_label ... ok
2026-06-07T23:50:12.2630227Z test shellhost::tests::launch_fails_closed_on_bad_templates ... ok
2026-06-07T23:50:12.2825344Z test registryhost::tests::advertisement_carries_both_authored_blurb ... ok
2026-06-07T23:50:12.2827428Z test shellhost::tests::link_key_and_frame_mac_roundtrip ... ok
2026-06-07T23:50:12.2828738Z test shellwake::tests::backoff_curve_doubles_to_the_cap ... ok
2026-06-07T23:50:12.2852154Z test shellhost::tests::launch_parks_token_and_bind_by_token_onlines ... ok
2026-06-07T23:50:12.2962354Z test shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches ... ok
2026-06-07T23:50:12.2991899Z test shellwake::tests::resolve_wake_refuses_without_a_reachable_owner ... ok
2026-06-07T23:50:12.3123992Z test registryhost::tests::advertisement_carries_the_presence_datum ... ok
2026-06-07T23:50:12.3478637Z test registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped ... ok
2026-06-07T23:50:12.3650782Z test registryhost::tests::evict_silent_peers_never_touches_own_rows ... ok
2026-06-07T23:50:12.3652842Z test sync::tests::gate_decision_table ... ok
2026-06-07T23:50:12.3672523Z test shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot ... ok
2026-06-07T23:50:12.3677105Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-07T23:50:12.3681321Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-07T23:50:12.3682659Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-07T23:50:12.3684002Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-07T23:50:12.3685377Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-07T23:50:12.3686987Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-07T23:50:12.3808961Z test shellwake::tests::watcher_opcode_exit_fires_resolution_once ... ok
2026-06-07T23:50:12.3873853Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-07T23:50:12.3965116Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-07T23:50:12.4079124Z test update::tests::plan_verified_update_set_uses_selected_platform_spec ... ok
2026-06-07T23:50:12.4080324Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-07T23:50:12.4139925Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-07T23:50:12.4533962Z test shellwake::tests::reconcile_flips_watchers_with_instance_state ... ok
2026-06-07T23:50:12.4794925Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-07T23:50:12.4838845Z test shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline ... ok
2026-06-07T23:50:12.4877833Z test shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases ... ok
2026-06-07T23:50:12.5487138Z test relay::tests::run_honors_stop ... ok
2026-06-07T23:50:12.5807570Z test resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only ... ok
2026-06-07T23:50:12.6596448Z test resting::tests::rest_edges_cascade_shells_with_divergence ... ok
2026-06-07T23:50:12.6660113Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-07T23:50:12.6724147Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-07T23:50:12.6786406Z test seedmap::tests::stop_op_acks_then_serve_returns ... ok
2026-06-07T23:50:12.6846926Z test seedmap::tests::take_absent_is_none ... ok
2026-06-07T23:50:12.9094095Z test shellwake::tests::watcher_crash_exits_respawn_then_give_up ... ok
2026-06-07T23:50:13.1370534Z test shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch ... ok
2026-06-07T23:50:13.3981438Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-07T23:50:13.3981617Z 
2026-06-07T23:50:13.3982663Z test result: ok. 206 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.08s
2026-06-07T23:50:13.3983045Z 
2026-06-07T23:50:13.4027111Z      Running tests\access.rs (target\debug\deps\access-4dc9d49bcf8200e8.exe)
2026-06-07T23:50:13.4404952Z 
2026-06-07T23:50:13.4405126Z running 1 test
2026-06-07T23:50:15.0192392Z test whitelist_refuses_exempts_replies_and_admits_listed ... ok
2026-06-07T23:50:15.0192598Z 
2026-06-07T23:50:15.0192867Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.58s
2026-06-07T23:50:15.0193231Z 
2026-06-07T23:50:15.0285110Z      Running tests\attach.rs (target\debug\deps\attach-2614567ee4400c74.exe)
2026-06-07T23:50:15.0683554Z 
2026-06-07T23:50:15.0683733Z running 3 tests
2026-06-07T23:50:15.1877995Z test remote_attach_drives_a_real_pty_cross_daemon ... ok
2026-06-07T23:50:15.1979300Z test attach_registers_remote_drive_detection ... ok
2026-06-07T23:50:15.2762924Z test attach_survives_target_brain_restart_exactly_once ... ok
2026-06-07T23:50:15.2763233Z 
2026-06-07T23:50:15.2763493Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
2026-06-07T23:50:15.2763857Z 
2026-06-07T23:50:15.2971108Z      Running tests\brain_swap.rs (target\debug\deps\brain_swap-e06904790877d858.exe)
2026-06-07T23:50:15.3281154Z 
2026-06-07T23:50:15.3281290Z running 1 test
2026-06-07T23:50:15.3444707Z test brain_only_update_swaps_logic_with_zero_endpoint_interruption ... ok
2026-06-07T23:50:15.3444911Z 
2026-06-07T23:50:15.3445066Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
2026-06-07T23:50:15.3445275Z 
2026-06-07T23:50:15.3458019Z      Running tests\broker.rs (target\debug\deps\broker-61bb1e6b265c8657.exe)
2026-06-07T23:50:15.3730204Z 
2026-06-07T23:50:15.3730351Z running 1 test
2026-06-07T23:50:15.3897757Z test broker_hosts_pty_child_streams_output_and_accepts_input ... ok
2026-06-07T23:50:15.3897945Z 
2026-06-07T23:50:15.3898110Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
2026-06-07T23:50:15.3898325Z 
2026-06-07T23:50:15.3910271Z      Running tests\budget.rs (target\debug\deps\budget-505fd1805dafe27f.exe)
2026-06-07T23:50:15.9448154Z 
2026-06-07T23:50:15.9448495Z running 1 test
2026-06-07T23:50:15.9449674Z test measure_dormant_seat_budget ... ok
2026-06-07T23:50:15.9449826Z 
2026-06-07T23:50:15.9449990Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T23:50:15.9450204Z 
2026-06-07T23:50:15.9460690Z      Running tests\daemon_e2e.rs (target\debug\deps\daemon_e2e-21df8d2ace19de5b.exe)
2026-06-07T23:50:15.9803460Z 
2026-06-07T23:50:15.9803585Z running 1 test
2026-06-07T23:50:18.3141857Z test daemon_hosts_lifecycle_and_survives_brain_restart ... ok
2026-06-07T23:50:18.3143459Z 
2026-06-07T23:50:18.3143623Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.33s
2026-06-07T23:50:18.3143841Z 
2026-06-07T23:50:18.3159326Z      Running tests\digest.rs (target\debug\deps\digest-aca13203f7c0bf28.exe)
2026-06-07T23:50:18.3456796Z 
2026-06-07T23:50:18.3456902Z running 1 test
2026-06-07T23:50:18.4763989Z test digest_daemon_half_end_to_end ... ok
2026-06-07T23:50:18.4764165Z 
2026-06-07T23:50:18.4764328Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
2026-06-07T23:50:18.4764534Z 
2026-06-07T23:50:18.4781683Z      Running tests\dispatch.rs (target\debug\deps\dispatch-c8fa3d712935ab4c.exe)
2026-06-07T23:50:18.5180962Z 
2026-06-07T23:50:18.5181298Z running 9 tests
2026-06-07T23:50:18.6645059Z test dispatcher_survives_an_unknown_stream ... ok
2026-06-07T23:50:18.8236099Z test dispatcher_surfaces_a_remote_won_notif_at_the_winning_node ... ok
2026-06-07T23:50:18.9342355Z test dispatcher_serves_an_update_pull_undriven ... ok
2026-06-07T23:50:20.5273253Z test dispatcher_serves_a_sync_pull_undriven ... ok
2026-06-07T23:50:20.6822421Z test dispatcher_serves_a_remote_drive_attach_undriven ... ok
2026-06-07T23:50:20.8191746Z test dispatcher_applies_a_notif_feed_undriven ... ok
2026-06-07T23:50:20.9539732Z test dispatcher_funnels_wan_messages_undriven ... ok
2026-06-07T23:50:21.0773263Z test dispatcher_serves_a_file_fetch_undriven ... ok
2026-06-07T23:50:21.2720239Z test dispatcher_serves_a_cross_node_shell_link ... ok
2026-06-07T23:50:21.2720433Z 
2026-06-07T23:50:21.2720677Z test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.75s
2026-06-07T23:50:21.2720894Z 
2026-06-07T23:50:21.3231843Z      Running tests\handoff.rs (target\debug\deps\handoff-46c4dec18136d4fc.exe)
2026-06-07T23:50:21.8752974Z 
2026-06-07T23:50:21.8753223Z running 1 test
2026-06-07T23:50:22.0674188Z test brain_restart_survives_gaplessly_with_fresh_gen_start ... ok
2026-06-07T23:50:22.0674407Z 
2026-06-07T23:50:22.0674562Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
2026-06-07T23:50:22.0674764Z 
2026-06-07T23:50:22.0688084Z      Running tests\idempotent.rs (target\debug\deps\idempotent-968cbf2b2b10d8f0.exe)
2026-06-07T23:50:22.1028837Z 
2026-06-07T23:50:22.1028967Z running 1 test
2026-06-07T23:50:22.1751710Z test pty_writes_are_exactly_once_across_brain_crashes ... ok
2026-06-07T23:50:22.1751889Z 
2026-06-07T23:50:22.1752053Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
2026-06-07T23:50:22.1752262Z 
2026-06-07T23:50:22.1812283Z      Running tests\netbroker.rs (target\debug\deps\netbroker-c550db9f36d4e595.exe)
2026-06-07T23:50:22.8319690Z 
2026-06-07T23:50:22.8319948Z running 5 tests
2026-06-07T23:50:22.8342840Z test netless_broker_probes_gracefully ... ok
2026-06-07T23:50:22.8711739Z test unknown_net_frame_is_reported_not_fatal ... ok
2026-06-07T23:50:22.8751292Z test broker_owns_endpoint_and_reports_status ... ok
2026-06-07T23:50:22.9379775Z test replayed_dial_op_is_deduped_across_brain_restart ... ok
2026-06-07T23:50:22.9447420Z test brain_dials_second_broker_over_loopback ... ok
2026-06-07T23:50:22.9447693Z 
2026-06-07T23:50:22.9447959Z test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
2026-06-07T23:50:22.9448341Z 
2026-06-07T23:50:22.9521740Z      Running tests\netstream.rs (target\debug\deps\netstream-c6ac43aee769df34.exe)
2026-06-07T23:50:23.6010365Z 
2026-06-07T23:50:23.6010605Z running 2 tests
2026-06-07T23:50:23.7655670Z test sender_brain_restart_redrive_is_exactly_once ... ok
2026-06-07T23:50:23.9394034Z test receiver_brain_restart_is_gapless_and_exactly_once ... ok
2026-06-07T23:50:23.9394360Z 
2026-06-07T23:50:23.9394588Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
2026-06-07T23:50:23.9395055Z 
2026-06-07T23:50:23.9513282Z      Running tests\notifsync.rs (target\debug\deps\notifsync-ba1f7442213db0bc.exe)
2026-06-07T23:50:24.6049769Z 
2026-06-07T23:50:24.6050022Z running 1 test
2026-06-07T23:50:25.1290208Z test notif_spools_converge_over_the_wire_and_dismiss_replicates ... ok
2026-06-07T23:50:25.1290545Z 
2026-06-07T23:50:25.1291043Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s
2026-06-07T23:50:25.1291283Z 
2026-06-07T23:50:25.1352599Z      Running tests\pairjoin.rs (target\debug\deps\pairjoin-949c0cc8ff5f06dc.exe)
2026-06-07T23:50:25.7827945Z 
2026-06-07T23:50:25.7828202Z running 1 test
2026-06-07T23:50:26.0570105Z test daemon_hosted_responder_pairs_a_loopback_joiner_end_to_end ... ok
2026-06-07T23:50:26.0570345Z 
2026-06-07T23:50:26.0570584Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
2026-06-07T23:50:26.0570797Z 
2026-06-07T23:50:26.0605564Z      Running tests\peerloop.rs (target\debug\deps\peerloop-fc9362f1b726bb25.exe)
2026-06-07T23:50:26.0992869Z 
2026-06-07T23:50:26.0993042Z running 1 test
2026-06-07T23:50:27.4027826Z test pump_and_dispatch_self_drive_the_subnet ... ok
2026-06-07T23:50:27.4028009Z 
2026-06-07T23:50:27.4028162Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
2026-06-07T23:50:27.4028424Z 
2026-06-07T23:50:27.4119458Z      Running tests\presence.rs (target\debug\deps\presence-6c5715f9b0569cef.exe)
2026-06-07T23:50:27.4482862Z 
2026-06-07T23:50:27.4483104Z running 2 tests
2026-06-07T23:50:27.6593094Z test presence_survives_brain_restart_with_cursor_resume ... ok
2026-06-07T23:50:27.6740922Z test presence_history_replays_from_zero_for_a_late_subscriber ... ok
2026-06-07T23:50:27.6741136Z 
2026-06-07T23:50:27.6741351Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
2026-06-07T23:50:27.6741800Z 
2026-06-07T23:50:27.6786961Z      Running tests\propagate.rs (target\debug\deps\propagate-198d2ceeb8a97433.exe)
2026-06-07T23:50:27.7217246Z 
2026-06-07T23:50:27.7217488Z running 6 tests
2026-06-07T23:50:27.8486724Z test untrusted_origin_gets_no_offer ... ok
2026-06-07T23:50:27.8528511Z test rollback_offer_is_rejected_before_any_fetch ... ok
2026-06-07T23:50:27.8648856Z test tampered_relay_artifact_is_rejected_and_never_staged ... ok
2026-06-07T23:50:27.9633956Z test update_set_propagates_selected_platform_artifact ... ok
2026-06-07T23:50:28.0854099Z test status_query_drives_the_convergence_table_end_to_end ... ok
2026-06-07T23:50:28.0971671Z test chain_self_heal_propagates_with_gate_at_every_hop ... ok
2026-06-07T23:50:28.0971857Z 
2026-06-07T23:50:28.0972020Z test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s
2026-06-07T23:50:28.0972241Z 
2026-06-07T23:50:28.1303782Z      Running tests\replicate.rs (target\debug\deps\replicate-f1e6d4b245b78923.exe)
2026-06-07T23:50:28.7927212Z 
2026-06-07T23:50:28.7927464Z running 1 test
2026-06-07T23:50:28.9071239Z test registries_converge_over_the_wire_and_the_lease_holds ... ok
2026-06-07T23:50:28.9071451Z 
2026-06-07T23:50:28.9071608Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
2026-06-07T23:50:28.9071872Z 
2026-06-07T23:50:28.9165595Z      Running tests\shellchan.rs (target\debug\deps\shellchan-c6077f4ace07dfd1.exe)
2026-06-07T23:50:28.9513034Z 
2026-06-07T23:50:28.9513215Z running 2 tests
2026-06-07T23:50:31.7763359Z test stdin_receipt_delivers_spooled_frames_exactly_once ... ok
2026-06-07T23:50:31.8298556Z test hung_shell_stalls_no_other_owner ... ok
2026-06-07T23:50:31.8298720Z 
2026-06-07T23:50:31.8298877Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.88s
2026-06-07T23:50:31.8299094Z 
2026-06-07T23:50:31.8402681Z      Running tests\sync.rs (target\debug\deps\sync-103304375152abb5.exe)
2026-06-07T23:50:31.8771313Z 
2026-06-07T23:50:31.8771507Z running 3 tests
2026-06-07T23:50:33.3996497Z test torn_pull_recovers_by_repulling ... ok
2026-06-07T23:50:36.2378799Z test two_tier_sync_lands_and_gate_refuses_server_side ... ok
2026-06-07T23:50:37.5173141Z test concurrent_writes_reconcile_on_elected_node_and_converge ... ok
2026-06-07T23:50:37.5173353Z 
2026-06-07T23:50:37.5173576Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.64s
2026-06-07T23:50:37.5173855Z 
2026-06-07T23:50:37.5410505Z      Running tests\twohost.rs (target\debug\deps\twohost-9aa5fdd33244f318.exe)
2026-06-07T23:50:37.5737653Z 
2026-06-07T23:50:37.5737943Z running 2 tests
2026-06-07T23:50:37.5739722Z test two_host_ladder_role_a ... ok
2026-06-07T23:50:37.5739975Z test two_host_ladder_role_b ... ok
2026-06-07T23:50:37.5740142Z 
2026-06-07T23:50:37.5740391Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T23:50:37.5740604Z 
2026-06-07T23:50:37.5754609Z      Running tests\wanmsg.rs (target\debug\deps\wanmsg-7597a2b1f94aef2e.exe)
2026-06-07T23:50:38.2302387Z 
2026-06-07T23:50:38.2302665Z running 2 tests
2026-06-07T23:50:38.4709592Z test wan_message_lands_exactly_once_under_transport_origin ... ok
2026-06-07T23:50:38.4796764Z test receiver_restart_replays_feed_without_double_delivery ... ok
2026-06-07T23:50:38.4796977Z 
2026-06-07T23:50:38.4797148Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
2026-06-07T23:50:38.4797363Z 
2026-06-07T23:50:38.4852311Z      Running tests\xfer.rs (target\debug\deps\xfer-7b7ae3b72bb4508c.exe)
2026-06-07T23:50:38.5239213Z 
2026-06-07T23:50:38.5239450Z running 2 tests
2026-06-07T23:50:38.6954862Z test push_survives_target_brain_restart_exactly_once ... ok
2026-06-07T23:50:38.6999423Z test fetch_lands_byte_identical_with_progress_both_ends ... ok
2026-06-07T23:50:38.6999617Z 
2026-06-07T23:50:38.6999772Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
2026-06-07T23:50:38.7000096Z 
2026-06-07T23:50:38.7106006Z      Running unittests src\lib.rs (target\debug\deps\spt_live-740d9619b9c6844d.exe)
2026-06-07T23:50:38.7407600Z 
2026-06-07T23:50:38.7407830Z running 49 tests
2026-06-07T23:50:38.7410534Z test context::tests::direct_always_writes ... ok
2026-06-07T23:50:38.7411556Z test context::tests::llm_over_llm_writes ... ok
2026-06-07T23:50:38.7412243Z test context::tests::llm_past_window_writes ... ok
2026-06-07T23:50:38.7415002Z test context::tests::llm_within_window_suppressed ... ok
2026-06-07T23:50:38.7415454Z test history::tests::missing_fetcher_field_errors ... ok
2026-06-07T23:50:38.7416899Z test echo::tests::provenance_is_stamped ... ok
2026-06-07T23:50:38.7642493Z test context::tests::identified_write_stamps_advancing_vector ... ok
2026-06-07T23:50:38.7643786Z test outbound::tests::empty_body_parses_to_empty_intent ... ok
2026-06-07T23:50:38.7645258Z test outbound::tests::malformed_and_chunk_lines_are_skipped ... ok
2026-06-07T23:50:38.7646680Z test outbound::tests::non_authorable_types_are_ignored ... ok
2026-06-07T23:50:38.7648052Z test outbound::tests::parses_reply_and_notify_in_order ... ok
2026-06-07T23:50:38.7649403Z test outbound::tests::prose_only_yields_nothing ... ok
2026-06-07T23:50:38.7650963Z test outbound::tests::spoofed_routing_attrs_are_unrepresentable ... ok
2026-06-07T23:50:38.7651957Z test psyche::tests::prompt_includes_time_and_event ... ok
2026-06-07T23:50:38.7652939Z test psyche::tests::prompt_without_event ... ok
2026-06-07T23:50:38.7663009Z test context::tests::pre_identity_write_stamps_v1_shape ... ok
2026-06-07T23:50:38.7727292Z test context::tests::write_context_suppresses_stale_llm ... ok
2026-06-07T23:50:38.7746937Z test history::tests::fetcher_yields_records ... ok
2026-06-07T23:50:38.7787659Z test echo::tests::echo_consumes_history_and_writes_commune ... ok
2026-06-07T23:50:38.7796450Z test history::tests::native_reads_logged_records ... ok
2026-06-07T23:50:38.7844831Z test echo::tests::echo_nonzero_errors ... ok
2026-06-07T23:50:38.7923703Z test echo::tests::echo_child_is_recursion_guarded ... ok
2026-06-07T23:50:38.8166819Z test history::tests::locate_normalize_reads_and_normalizes ... ok
2026-06-07T23:50:39.0541885Z test history::tests::fetcher_timeout_errors ... ok
2026-06-07T23:50:39.4804022Z test ingest::tests::both_drops_ingested ... ok
2026-06-07T23:50:39.4808195Z test history::tests::native_missing_log_is_empty ... ok
2026-06-07T23:50:39.9503880Z test ingest::tests::commune_drop_is_ingested_and_deleted ... ok
2026-06-07T23:50:39.9511383Z test ingest::tests::no_drops_is_empty ... ok
2026-06-07T23:50:39.9512416Z test signoff::tests::echo_precedes_signoff_compose ... ok
2026-06-07T23:50:39.9513814Z test signoff::tests::missing_session_skips_echo ... ok
2026-06-07T23:50:39.9514381Z test signoff::tests::recovered_self_is_not_signed_off ... ok
2026-06-07T23:50:39.9522638Z test signoff::tests::stale_signoff_swept ... ok
2026-06-07T23:50:39.9801553Z test turn::tests::empty_stdout_is_an_error ... ok
2026-06-07T23:50:40.0060422Z test turn::tests::turn_captures_stdout ... ok
2026-06-07T23:50:40.2729811Z test ingest::tests::stale_commune_suppressed_but_deleted ... ok
2026-06-07T23:50:41.4405573Z test ingest::tests::two_slice_drop_routes_per_tier ... ok
2026-06-07T23:50:41.4746732Z test psyche::tests::spawn_binds_nested_perch_and_sets_guard ... ok
2026-06-07T23:50:41.4762643Z test pulse::tests::echo_gate_fires_exactly_once ... ok
2026-06-07T23:50:41.9538068Z test pulse::tests::tick_ingests_drops ... ok
2026-06-07T23:50:41.9553108Z test pulse::tests::tick_reports_idle ... ok
2026-06-07T23:50:42.4742731Z test reconcile::tests::failed_turn_preserves_everything ... ok
2026-06-07T23:50:42.7899478Z test reconcile::tests::no_conflict_is_a_noop ... ok
2026-06-07T23:50:43.5283124Z test reconcile::tests::reconcile_merges_and_clears ... ok
2026-06-07T23:50:44.0538037Z test reconcile::tests::suppressed_write_preserves_artifacts ... ok
2026-06-07T23:50:44.0820428Z test resume::tests::continue_existing_resumes_session ... ok
2026-06-07T23:50:44.6041001Z test resume::tests::download_composes_two_tiers ... ok
2026-06-07T23:50:44.6324842Z test resume::tests::fresh_with_preload_launches_preloaded ... ok
2026-06-07T23:50:44.6330565Z test resume::tests::missing_key_errors_before_spawn ... ok
2026-06-07T23:50:45.6390528Z test signoff::tests::boundary_writes_resume_commune ... ok
2026-06-07T23:50:45.6390714Z 
2026-06-07T23:50:45.6391063Z test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.90s
2026-06-07T23:50:45.6391272Z 
2026-06-07T23:50:45.6403388Z      Running unittests src\lib.rs (target\debug\deps\spt_msg-b104d4424af858f5.exe)
2026-06-07T23:50:45.6699333Z 
2026-06-07T23:50:45.6699474Z running 28 tests
2026-06-07T23:50:45.6704084Z test emit::tests::anonymous_frame_still_enveloped ... ok
2026-06-07T23:50:45.6705215Z test emit::tests::multiline_body_escapes_and_round_trips ... ok
2026-06-07T23:50:45.6705563Z test emit::tests::frame_renders_msg_envelope ... ok
2026-06-07T23:50:45.6705820Z test emit::tests::parse_frame_shapes ... ok
2026-06-07T23:50:45.6706133Z test emit::tests::typed_envelope_body_passes_through_verbatim ... ok
2026-06-07T23:50:45.6706591Z test emit::tests::oversized_line_chunks_into_event_parts ... ok
2026-06-07T23:50:45.6706942Z test deliver::tests::deferred_send_validates ... ok
2026-06-07T23:50:45.6711851Z test ring::tests::ring_no_perch ... ok
2026-06-07T23:50:45.7328314Z test deliver::tests::deferred_send_skips_stream_drain_survives_for_hook ... ok
2026-06-07T23:50:45.7328965Z test wire::tests::format_empty_from_is_anonymous ... ok
2026-06-07T23:50:45.7329925Z test wire::tests::format_with_from_prepends_reply_to ... ok
2026-06-07T23:50:45.7335178Z test wire::tests::frame_round_trips_over_loopback ... ok
2026-06-07T23:50:45.7339236Z test wire::tests::oversized_length_prefix_rejected ... ok
2026-06-07T23:50:45.7557375Z test deliver::tests::offline_existing_perch_spools ... ok
2026-06-07T23:50:45.7837551Z test ready::tests::start_registers_resolvable_perch ... ok
2026-06-07T23:50:45.8152185Z test ready::tests::recv_gets_live_tcp_message ... ok
2026-06-07T23:50:45.8311951Z test ring::tests::ring_offline_target_queues_and_cleans_up ... ok
2026-06-07T23:50:45.8520109Z test listener::tests::blocking_accepts_within_window ... ok
2026-06-07T23:50:45.8586423Z test listener::tests::drop_unregisters_address ... ok
2026-06-07T23:50:45.8669157Z test ready::tests::soft_cleanup_preserves_spool_and_info ... ok
2026-06-07T23:50:45.8724385Z test listener::tests::blocking_times_out_when_idle ... ok
2026-06-07T23:50:45.8812630Z test ready::tests::backlog_drains_on_start ... ok
2026-06-07T23:50:45.9137665Z test deliver::tests::send_outcome_mapping ... ok
2026-06-07T23:50:45.9301233Z test deliver::tests::online_delivers_via_tcp_without_spooling ... ok
2026-06-07T23:50:45.9527774Z test listener::tests::bind_registers_and_round_trips ... ok
2026-06-07T23:50:47.9083620Z test ring::tests::ring_gets_reply_and_cleans_up ... ok
2026-06-07T23:50:49.9933044Z test ring::tests::ring_timeout_cleans_up ... ok
2026-06-07T23:50:49.9964577Z test deliver::tests::recycled_pid_address_does_not_misdeliver ... ok
2026-06-07T23:50:49.9964803Z 
2026-06-07T23:50:49.9964958Z test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.33s
2026-06-07T23:50:49.9965170Z 
2026-06-07T23:50:49.9980777Z      Running tests\killer_quickstart.rs (target\debug\deps\killer_quickstart-4e3f8c50d771ad5f.exe)
2026-06-07T23:50:50.2021912Z 
2026-06-07T23:50:50.2022174Z running 2 tests
2026-06-07T23:50:50.3363810Z test offline_then_online_delivers_backlog ... ok
2026-06-07T23:50:50.4320106Z test two_agents_exchange_message_tcp_and_spool ... ok
2026-06-07T23:50:50.4320279Z 
2026-06-07T23:50:50.4320433Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
2026-06-07T23:50:50.4320635Z 
2026-06-07T23:50:50.4335344Z      Running unittests src\lib.rs (target\debug\deps\spt_net-7b437a5c4d7b3b79.exe)
2026-06-07T23:50:51.0682750Z 
2026-06-07T23:50:51.0683004Z running 106 tests
2026-06-07T23:50:51.0685506Z test net::endpoint::tests::mdns_discovery_connects_by_id ... ignored, needs LAN multicast; run with --ignored or on the D9 two-host rig
2026-06-07T23:50:51.0689483Z test net::pairing::ntp::tests::offset_applies_signed_and_saturates ... ok
2026-06-07T23:50:51.0689979Z test net::attach::tests::record_split_across_chunks_reassembles ... ok
2026-06-07T23:50:51.0690610Z test net::attach::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-07T23:50:51.0691053Z test net::notif::tests::record_round_trips_and_unknown_kind_is_skipped ... ok
2026-06-07T23:50:51.0691806Z test net::pairing::ntp::tests::parse_rejects_short_and_zeroed_replies ... ok
2026-06-07T23:50:51.0692269Z test net::notif::tests::forged_origin_field_is_inert ... ok
2026-06-07T23:50:51.0692550Z test net::pairing::meet::tests::key_seed_is_not_the_token ... ok
2026-06-07T23:50:51.0692815Z test net::notif::tests::record_split_across_chunks_reassembles ... ok
2026-06-07T23:50:51.0693119Z test net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged ... ok
2026-06-07T23:50:51.0693445Z test net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps ... ok
2026-06-07T23:50:51.0693757Z test net::pairing::meet::tests::derived_identity_is_deterministic_and_input_bound ... ok
2026-06-07T23:50:51.0694056Z test net::pairing::ratelimit::tests::backoff_is_per_subnet ... ok
2026-06-07T23:50:51.0694333Z test net::pairing::ratelimit::tests::failures_impose_exponential_backoff ... ok
2026-06-07T23:50:51.0695837Z test net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets ... ok
2026-06-07T23:50:51.0696623Z test net::pairing::ratelimit::tests::one_active_ceremony_per_subnet ... ok
2026-06-07T23:50:51.0698266Z test net::pairing::ratelimit::tests::success_clears_accumulated_backoff ... ok
2026-06-07T23:50:51.0698924Z test net::pairing::rendezvous::tests::distinct_same_length_names_diverge ... ok
2026-06-07T23:50:51.0699472Z test net::pairing::rendezvous::tests::token_is_deterministic ... ok
2026-06-07T23:50:51.0700722Z test net::pairing::rendezvous::tests::token_varies_with_name_and_step ... ok
2026-06-07T23:50:51.0701308Z test net::pairing::rendezvous::tests::window_is_three_adjacent_tokens ... ok
2026-06-07T23:50:51.0701785Z test net::pairing::ntp::tests::unreachable_server_falls_back ... ok
2026-06-07T23:50:51.0702479Z test net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision ... ok
2026-06-07T23:50:51.0704015Z test net::pairing::ntp::tests::sntp_query_reads_the_transmit_timestamp ... ok
2026-06-07T23:50:51.0704434Z test net::pairing::totp::tests::debug_redacts_seed ... ok
2026-06-07T23:50:51.0704814Z test net::pairing::totp::tests::code_at_is_six_zero_padded_digits ... ok
2026-06-07T23:50:51.0706813Z test net::pairing::meet::tests::skewed_window_contains_the_listener_id ... ok
2026-06-07T23:50:51.0707492Z test net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded ... ok
2026-06-07T23:50:51.0708106Z test net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors ... ok
2026-06-07T23:50:51.0708630Z test net::pairing::totp::tests::generated_seeds_are_distinct ... ok
2026-06-07T23:50:51.0709195Z test net::pairing::totp::tests::window_accepts_plus_minus_one_only ... ok
2026-06-07T23:50:51.0710453Z test net::pairing::totp::tests::time_step_is_floor_unix_over_period ... ok
2026-06-07T23:50:51.0711181Z test net::pairing::totp::tests::seed_round_trips_through_base32 ... ok
2026-06-07T23:50:51.0714353Z test net::pairing::transcript::tests::diverged_shared_secret_fails_verification ... ok
2026-06-07T23:50:51.0719180Z test net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision ... ok
2026-06-07T23:50:51.0719912Z test net::pairing::transcript::tests::each_bound_field_changes_the_tag ... ok
2026-06-07T23:50:51.0720540Z test net::pairing::transcript::tests::message_order_is_bound ... ok
2026-06-07T23:50:51.0721225Z test net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ ... ok
2026-06-07T23:50:51.0722875Z test net::pairing::wire::tests::hello_intro_is_additive_and_roundtrips ... ok
2026-06-07T23:50:51.0723387Z test net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage ... ok
2026-06-07T23:50:51.0723875Z test net::pairing::transcript::tests::pake_identity_binds_role_and_context ... ok
2026-06-07T23:50:51.1075970Z test net::pairing::spake::tests::reflected_role_is_rejected_by_pake ... ok
2026-06-07T23:50:51.1145911Z test net::endpoint::tests::endpoint_id_binds_to_identity ... ok
2026-06-07T23:50:51.1449576Z test net::pairing::spake::tests::tampered_tag_fails ... ok
2026-06-07T23:50:51.1450013Z test net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key ... ok
2026-06-07T23:50:51.1454240Z test net::pairing::spake::tests::stale_step_fails ... ok
2026-06-07T23:50:51.1454642Z test net::registry::tests::advertise_if_visible_gates_before_join ... ok
2026-06-07T23:50:51.1455391Z test net::pairing::spake::tests::substituted_pubkey_fails ... ok
2026-06-07T23:50:51.1458560Z test net::registry::tests::distinct_nodes_are_separate_instances ... ok
2026-06-07T23:50:51.1460318Z test net::registry::tests::equal_epoch_replay_is_stale_noop ... ok
2026-06-07T23:50:51.1460769Z test net::registry::tests::evicting_dead_node_clears_phantom_ambiguity ... ok
2026-06-07T23:50:51.1461255Z test net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin ... ok
2026-06-07T23:50:51.1462298Z test net::registry::tests::exclusion_prunes_cross_subnet_ambiguity ... ok
2026-06-07T23:50:51.1463292Z test net::registry::tests::join_fresh_id_is_inserted ... ok
2026-06-07T23:50:51.1467250Z test net::registry::tests::join_same_name_in_different_subnet_is_legal ... ok
2026-06-07T23:50:51.1467715Z test net::registry::tests::join_same_node_falls_through_to_lease ... ok
2026-06-07T23:50:51.1470180Z test net::registry::tests::newer_epoch_supersedes_same_node ... ok
2026-06-07T23:50:51.1470618Z test net::registry::tests::node_label_rides_the_lease_and_serde ... ok
2026-06-07T23:50:51.1471700Z test net::registry::tests::join_colliding_id_on_other_node_refuses_untouched ... ok
2026-06-07T23:50:51.1472888Z test net::registry::tests::join_collides_even_with_offline_holder ... ok
2026-06-07T23:50:51.1473373Z test net::registry::tests::presence_datum_rides_the_lease_and_serde ... ok
2026-06-07T23:50:51.1473795Z test net::registry::tests::registry_serde_roundtrips ... ok
2026-06-07T23:50:51.1474593Z test net::registry::tests::node_qualifier_accepts_label_and_prefix_refuses_shared ... ok
2026-06-07T23:50:51.1476640Z test net::registry::tests::rename_ripples_rows_across_advertised_subnets ... ok
2026-06-07T23:50:51.1477907Z test net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake ... ok
2026-06-07T23:50:51.1478406Z test net::registry::tests::rename_collision_refuses_whole_ripple ... ok
2026-06-07T23:50:51.1479025Z test net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses ... ok
2026-06-07T23:50:51.1479565Z test net::registry::tests::resolve_across_subnet_qualified_routes_there ... ok
2026-06-07T23:50:51.1480015Z test net::registry::tests::resolve_across_unique_id_resolves ... ok
2026-06-07T23:50:51.1480469Z test net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found ... ok
2026-06-07T23:50:51.1481003Z test net::registry::tests::resolve_multiple_live_nodes_refuses ... ok
2026-06-07T23:50:51.1482315Z test net::registry::tests::resolve_sole_live_remote_and_skips_offline ... ok
2026-06-07T23:50:51.1482810Z test net::registry::tests::resolve_prefers_local_instance ... ok
2026-06-07T23:50:51.1483271Z test net::pairing::spake::tests::wrong_subnet_fails ... ok
2026-06-07T23:50:51.1484478Z test net::pairing::spake::tests::stale_epoch_fails ... ok
2026-06-07T23:50:51.1484917Z test net::registry::tests::resource_blurb_rides_the_lease_and_serde ... ok
2026-06-07T23:50:51.1485424Z test net::registry::tests::resource_projection_filters_hidden_and_offline ... ok
2026-06-07T23:50:51.1485991Z test net::registry::tests::stale_active_cannot_clobber_newer_offline ... ok
2026-06-07T23:50:51.1486536Z test net::registry::tests::suspended_is_addressable_and_roundtrips ... ok
2026-06-07T23:50:51.1487061Z test net::replicate::tests::apply_routes_by_subnet_and_drops_non_member ... ok
2026-06-07T23:50:51.1487592Z test net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines ... ok
2026-06-07T23:50:51.1488190Z test net::replicate::tests::stale_wire_update_cannot_clobber_newer_state ... ok
2026-06-07T23:50:51.1489900Z test net::replicate::tests::update_round_trips_and_tolerates_unknown_field ... ok
2026-06-07T23:50:51.1490445Z test net::rest::tests::records_round_trip_and_degrade ... ok
2026-06-07T23:50:51.1490830Z test net::sync::tests::forged_origin_field_is_inert ... ok
2026-06-07T23:50:51.1491245Z test net::sync::tests::record_split_across_chunks_reassembles ... ok
2026-06-07T23:50:51.1491711Z test net::shelllink::tests::records_round_trip_and_degrade ... ok
2026-06-07T23:50:51.1492366Z test net::update::tests::forged_origin_field_is_inert ... ok
2026-06-07T23:50:51.1492863Z test net::update::tests::record_split_across_chunks_reassembles ... ok
2026-06-07T23:50:51.1493426Z test net::sync::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-07T23:50:51.1493902Z test net::wanmsg::tests::forged_origin_field_is_inert ... ok
2026-06-07T23:50:51.1494378Z test net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field ... ok
2026-06-07T23:50:51.1494939Z test net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals ... ok
2026-06-07T23:50:51.1495436Z test net::xfer::tests::forged_origin_field_is_inert ... ok
2026-06-07T23:50:51.1495893Z test net::update::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-07T23:50:51.1496422Z test net::xfer::tests::record_split_across_chunks_reassembles ... ok
2026-06-07T23:50:51.1496933Z test net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-07T23:50:51.1694364Z test net::pairing::wire::tests::stale_step_is_rejected ... ok
2026-06-07T23:50:51.1694964Z test net::endpoint::tests::two_endpoints_loopback_echo ... ok
2026-06-07T23:50:51.1695620Z test net::pairing::wire::tests::busy_subnet_refuses_ceremony ... ok
2026-06-07T23:50:51.1970159Z test net::pairing::wire::tests::unknown_subnet_is_rejected ... ok
2026-06-07T23:50:51.2241137Z test net::pairing::meet::tests::meet_redirects_joiner_to_the_real_pairing_endpoint ... ok
2026-06-07T23:50:51.2417635Z test net::pairing::wire::tests::loopback_pairs_and_pins_both_sides ... ok
2026-06-07T23:50:51.2428577Z test net::pairing::wire::tests::create_new_then_join_learns_named_subnet ... ok
2026-06-07T23:50:51.2439394Z test net::pairing::wire::tests::repair_member_keeps_seed ... ok
2026-06-07T23:50:51.2693957Z test net::pairing::wire::tests::wrong_code_fails_and_writes_no_trust ... ok
2026-06-07T23:50:51.2694151Z 
2026-06-07T23:50:51.2694312Z test result: ok. 105 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.20s
2026-06-07T23:50:51.2694527Z 
2026-06-07T23:50:51.2732294Z      Running unittests src\lib.rs (target\debug\deps\spt_proto-d6de73c5f671e334.exe)
2026-06-07T23:50:51.3462725Z 
2026-06-07T23:50:51.3462849Z running 54 tests
2026-06-07T23:50:51.3466363Z test addr::tests::rejects_empty_or_bad_components ... ok
2026-06-07T23:50:51.3466871Z test addr::tests::rejects_doubled_delimiters ... ok
2026-06-07T23:50:51.3467718Z test addr::tests::display_round_trips ... ok
2026-06-07T23:50:51.3467975Z test addr::tests::parses_every_qualifier_combination ... ok
2026-06-07T23:50:51.3469983Z test chunk::tests::short_line_passes_through_unchunked ... ok
2026-06-07T23:50:51.3470509Z test endpoint::tests::agent_vs_shell_split ... ok
2026-06-07T23:50:51.3470739Z test endpoint::tests::day_one_tags_round_trip ... ok
2026-06-07T23:50:51.3471470Z test chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded ... ok
2026-06-07T23:50:51.3471785Z test chunk::tests::malformed_parts_return_none ... ok
2026-06-07T23:50:51.3472149Z test endpoint::tests::broker_and_node_families ... ok
2026-06-07T23:50:51.3472398Z test chunk::tests::missing_middle_part_is_dropped ... ok
2026-06-07T23:50:51.3472887Z test endpoint::tests::shell_kind_round_trips ... ok
2026-06-07T23:50:51.3473515Z test chunk::tests::reassemble_stream_handles_mixed_traffic ... ok
2026-06-07T23:50:51.3473776Z test chunk::tests::orphan_group_without_head_is_dropped ... ok
2026-06-07T23:50:51.3475151Z test envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode ... ok
2026-06-07T23:50:51.3475481Z test endpoint::tests::unknown_tag_tolerated_and_preserved ... ok
2026-06-07T23:50:51.3475749Z test envelope::tests::from_attr_returns_none_on_garbage_or_empty ... ok
2026-06-07T23:50:51.3476049Z test envelope::tests::body_escape_unescape_round_trips_html_and_newlines ... ok
2026-06-07T23:50:51.3476326Z test envelope::tests::from_attr_unescape_is_amp_last ... ok
2026-06-07T23:50:51.3476588Z test envelope::tests::parser_both_tags_present ... ok
2026-06-07T23:50:51.3476856Z test envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved ... ok
2026-06-07T23:50:51.3477169Z test envelope::tests::parser_no_tags_falls_back_whole_payload_to_live ... ok
2026-06-07T23:50:51.3477494Z test envelope::tests::parser_out_of_order_tags_both_extracted ... ok
2026-06-07T23:50:51.3477771Z test envelope::tests::parser_unclosed_live_tag_does_not_scoop_project ... ok
2026-06-07T23:50:51.3478028Z test event::tests::alarm_event_round_trips ... ok
2026-06-07T23:50:51.3478226Z test event::tests::attr_decode_is_amp_last ... ok
2026-06-07T23:50:51.3478532Z test event::tests::attr_order_preserved ... ok
2026-06-07T23:50:51.3478760Z test event::tests::body_with_literal_event_tokens_round_trips ... ok
2026-06-07T23:50:51.3479436Z test event::tests::empty_body_envelope_parses ... ok
2026-06-07T23:50:51.3479672Z test event::tests::malformed_inputs_return_none_without_panic ... ok
2026-06-07T23:50:51.3480089Z test event::tests::msg_event_round_trips ... ok
2026-06-07T23:50:51.3480635Z test event::tests::psyche_authorable_types_are_reply_and_notify_only ... ok
2026-06-07T23:50:51.3481384Z test event::tests::typed_envelope_detected_and_parsed ... ok
2026-06-07T23:50:51.3481828Z test event::tests::typed_predicate_rejects_partials ... ok
2026-06-07T23:50:51.3482224Z test id::tests::accepts_japanese_scripts ... ok
2026-06-07T23:50:51.3482599Z test id::tests::accepts_plain_and_composite_ids ... ok
2026-06-07T23:50:51.3482983Z test id::tests::rejects_empty_and_overlong ... ok
2026-06-07T23:50:51.3483370Z test id::tests::rejects_path_whitespace_and_control ... ok
2026-06-07T23:50:51.3483763Z test id::tests::reports_bad_char_position ... ok
2026-06-07T23:50:51.3484119Z test id::tests::reserves_address_delimiters ... ok
2026-06-07T23:50:51.3484526Z test identity::tests::bad_inputs_error_without_panic ... ok
2026-06-07T23:50:51.3484946Z test payload::tests::base64_known_vectors ... ok
2026-06-07T23:50:51.3485372Z test payload::tests::binary_blob_round_trips_all_byte_values ... ok
2026-06-07T23:50:51.3485833Z test identity::tests::public_key_hex_round_trips ... ok
2026-06-07T23:50:51.3486358Z test payload::tests::command_payload_round_trips ... ok
2026-06-07T23:50:51.3486756Z test payload::tests::text_payload_round_trips ... ok
2026-06-07T23:50:51.3487186Z test payload::tests::unknown_or_malformed_decodes_to_none ... ok
2026-06-07T23:50:51.3487682Z test payload::tests::blob_padding_lengths_round_trip ... ok
2026-06-07T23:50:51.3488134Z test version::tests::current_version_self_compatible ... ok
2026-06-07T23:50:51.3488602Z test version::tests::n_minus_one_window_accepts_and_rejects ... ok
2026-06-07T23:50:51.3489056Z test version::tests::window_floor_saturates_at_zero ... ok
2026-06-07T23:50:51.3566901Z test identity::tests::known_answer_fixed_seed_is_stable ... ok
2026-06-07T23:50:51.3652078Z test chunk::tests::split_then_reassemble_is_byte_identity ... ok
2026-06-07T23:50:51.3811823Z test identity::tests::sign_verify_round_trip ... ok
2026-06-07T23:50:51.3811976Z 
2026-06-07T23:50:51.3812134Z test result: ok. 54 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-07T23:50:51.3812352Z 
2026-06-07T23:50:51.3823310Z      Running unittests src\lib.rs (target\debug\deps\spt_runtime-77bc5e7c4cee39d8.exe)
2026-06-07T23:50:51.6692341Z 
2026-06-07T23:50:51.6692560Z running 26 tests
2026-06-07T23:50:51.6699494Z test manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic ... ok
2026-06-07T23:50:51.6700891Z test manifest::tests::minimal_header_only_manifest_is_valid ... ok
2026-06-07T23:50:51.6701313Z test manifest::tests::pty_digest_minimal_defaults ... ok
2026-06-07T23:50:51.6701744Z test manifest::tests::fetcher_strategy_requires_fetcher_field ... ok
2026-06-07T23:50:51.6702218Z test manifest::tests::harness_kind_with_shell_section_fails_validation ... ok
2026-06-07T23:50:51.6702731Z test manifest::tests::shell_kind_without_shell_section_fails_validation ... ok
2026-06-07T23:50:51.6703235Z test manifest::tests::pty_digest_requires_both_boundaries ... ok
2026-06-07T23:50:51.6703717Z test manifest::tests::unknown_enum_variant_is_an_error_not_a_panic ... ok
2026-06-07T23:50:51.6704195Z test manifest::tests::inject_env_without_value_fails_validation ... ok
2026-06-07T23:50:51.6704796Z test manifest::tests::shell_fixture_parses ... ok
2026-06-07T23:50:51.6705961Z test manifest::tests::update_avenue_content_signing_fields ... ok
2026-06-07T23:50:51.6706381Z test runtime::tests::fills_known_placeholders ... ok
2026-06-07T23:50:51.6706730Z test runtime::tests::missing_key_errors_before_spawn ... ok
2026-06-07T23:50:51.6707124Z test runtime::tests::tokenize_honors_double_quotes ... ok
2026-06-07T23:50:51.6707549Z test manifest::tests::harness_fixture_parses_all_sections ... ok
2026-06-07T23:50:51.6707952Z test runtime::tests::unknown_role_errors ... ok
2026-06-07T23:50:51.6716819Z test manifest::tests::pty_digest_round_trips ... ok
2026-06-07T23:50:51.6717614Z test manifest::tests::round_trips_through_toml ... ok
2026-06-07T23:50:51.6737488Z test manifest::tests::checked_in_schema_is_current ... ok
2026-06-07T23:50:51.6742535Z test manifest::tests::manifest_schema_shape ... ok
2026-06-07T23:50:51.6770658Z test registry::tests::invalid_manifest_records_nothing ... ok
2026-06-07T23:50:51.6844736Z test runtime::tests::spawn_session_detached_returns_pid ... ok
2026-06-07T23:50:51.6880126Z test registry::tests::register_copy_vs_pointer_by_avenue ... ok
2026-06-07T23:50:51.6958872Z test registry::tests::deregister_is_soft_and_readd_reactivates ... ok
2026-06-07T23:50:51.6976384Z test runtime::tests::bounded_run_captures_success ... ok
2026-06-07T23:50:51.9874898Z test runtime::tests::bounded_run_kills_on_timeout ... ok
2026-06-07T23:50:51.9875153Z 
2026-06-07T23:50:51.9875390Z test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
2026-06-07T23:50:51.9875731Z 
2026-06-07T23:50:51.9891406Z      Running unittests src\lib.rs (target\debug\deps\spt_store-03bcbf6be0556379.exe)
2026-06-07T23:50:52.2495761Z 
2026-06-07T23:50:52.2495986Z running 145 tests
2026-06-07T23:50:52.2501907Z test access::tests::allow_revoke_open_polarity ... ok
2026-06-07T23:50:52.2502189Z test access::tests::recent_outbound_correlates_within_window ... ok
2026-06-07T23:50:52.2502458Z test atomic::tests::retry_does_not_retry_non_transient ... ok
2026-06-07T23:50:52.2502774Z test atomic::tests::to_forward_slash_strips_unc_prefix ... ok
2026-06-07T23:50:52.2503172Z test access::tests::users_reservation_decodes_inert ... ok
2026-06-07T23:50:52.2503465Z test atomic::tests::retry_absorbs_transient_then_succeeds ... ok
2026-06-07T23:50:52.2503782Z test atomic::tests::retry_gives_up_after_max_attempts ... ok
2026-06-07T23:50:52.2505343Z test contextmark::tests::join_bump_dominates_both_parents ... ok
2026-06-07T23:50:52.2506490Z test contextmark::tests::marker_round_trips_v1_and_v2 ... ok
2026-06-07T23:50:52.2507016Z test attachment::tests::boot_reset_and_serving_filter ... ok
2026-06-07T23:50:52.2507523Z test contextmark::tests::merge_decisions ... ok
2026-06-07T23:50:52.2508281Z test contextmark::tests::vector_compare_covers_all_orders ... ok
2026-06-07T23:50:52.2509146Z test contextmark::tests::vector_parse_tolerant ... ok
2026-06-07T23:50:52.2541546Z test attachment::tests::corrupt_file_degrades_to_attached ... ok
2026-06-07T23:50:52.2570141Z test atomic::tests::atomic_write_bytes_round_trips ... ok
2026-06-07T23:50:52.2579656Z test access::tests::recent_outbound_persists ... ok
2026-06-07T23:50:52.2593080Z test access::tests::recent_outbound_is_bounded ... ok
2026-06-07T23:50:52.2603708Z test attachment::tests::attached_default_flip_roundtrip ... ok
2026-06-07T23:50:52.2616174Z test atomic::tests::atomic_write_creates_and_replaces ... ok
2026-06-07T23:50:52.2623086Z test access::tests::store_persists_and_degrades_open ... ok
2026-06-07T23:50:52.2649052Z test epoch::tests::next_is_strictly_increasing_from_one ... ok
2026-06-07T23:50:52.2652739Z test epoch::tests::counter_persists_across_reload ... ok
2026-06-07T23:50:52.2665851Z test epoch::tests::corrupt_or_absent_file_degrades_safely ... ok
2026-06-07T23:50:52.2667034Z test grants::tests::grant_match_is_exact_per_tuple ... ok
2026-06-07T23:50:52.2668032Z test grants::tests::grant_revoke_roundtrip_default_deny ... ok
2026-06-07T23:50:52.2742099Z test grants::tests::persistence_and_corrupt_degrade_to_deny ... ok
2026-06-07T23:50:52.2883558Z test history::tests::appends_one_record_per_line ... ok
2026-06-07T23:50:52.3021310Z test gitrun::tests::deadline_kills_and_reports_timed_out ... ok
2026-06-07T23:50:52.3029125Z test home::tests::home_assignment_matrix ... ok
2026-06-07T23:50:52.3033690Z test home::tests::scope_seeding_never_clobbers_user_policy ... ok
2026-06-07T23:50:52.3064826Z test home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward ... ok
2026-06-07T23:50:52.3065568Z test home::tests::adoption_stamps_only_unset_and_only_when_unambiguous ... ok
2026-06-07T23:50:52.3177506Z test info::tests::busy_sentinel_round_trips_and_read_pid_is_none ... ok
2026-06-07T23:50:52.3216818Z test hostlabel::tests::hostname_is_nonempty_and_trimmed_on_supported_platforms ... ok
2026-06-07T23:50:52.3322558Z test info::tests::corrupt_content_returns_none ... ok
2026-06-07T23:50:52.3415966Z test info::tests::read_pid_tolerates_schema_minimal ... ok
2026-06-07T23:50:52.3583802Z test gitrun::tests::version_runs_within_budget ... ok
2026-06-07T23:50:52.3629990Z test info::tests::set_driven_by_stamps_and_clears ... ok
2026-06-07T23:50:52.3777545Z test info::tests::set_last_active_stamps_recency ... ok
2026-06-07T23:50:52.4028962Z test info::tests::set_resources_writes_and_clears_the_blurb ... ok
2026-06-07T23:50:52.4125238Z test info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair ... ok
2026-06-07T23:50:52.4180686Z test info::tests::set_status_marks_existing_record ... ok
2026-06-07T23:50:52.4223197Z test info::tests::write_read_round_trip ... ok
2026-06-07T23:50:52.4284757Z test liveness::tests::busy_and_missing_keep_interim_parity ... ok
2026-06-07T23:50:52.4415959Z test liveness::tests::daemon_hosted_online_survives_dead_pid ... ok
2026-06-07T23:50:52.4446672Z test liveness::tests::daemon_hosted_offline_overrides_live_pid ... ok
2026-06-07T23:50:52.4569130Z test liveness::tests::external_perch_still_pid_probes ... ok
2026-06-07T23:50:52.4599517Z test nodeid::tests::corrupt_key_errors_never_regenerates ... ok
2026-06-07T23:50:52.4718881Z test liveness::tests::registry_entry_keys_on_status_for_hosted_rows ... ok
2026-06-07T23:50:52.4736908Z test nodeid::tests::create_then_load_is_stable ... ok
2026-06-07T23:50:52.5002263Z test nodeid::tests::seed_hex_round_trips ... ok
2026-06-07T23:50:52.5116864Z test notif::tests::listing_is_subnet_scoped ... ok
2026-06-07T23:50:52.5607708Z test contextstore::tests::invalid_id_refused ... ok
2026-06-07T23:50:52.5663396Z test notif::tests::produce_list_dismiss_round_trip ... ok
2026-06-07T23:50:52.5687374Z test notif::tests::row_serde_round_trips_with_forward_compat ... ok
2026-06-07T23:50:52.5770127Z test notif::tests::merge_is_idempotent_and_commutative ... ok
2026-06-07T23:50:52.6198276Z test notif::tests::stale_undismissed_copy_cannot_undismiss ... ok
2026-06-07T23:50:52.6267741Z test peeraddrs::tests::corrupt_file_degrades_to_empty ... ok
2026-06-07T23:50:52.6308030Z test notif::tests::seen_unions_and_surfaced_maxes ... ok
2026-06-07T23:50:52.6400152Z test peeraddrs::tests::record_is_one_step_and_skips_noops ... ok
2026-06-07T23:50:52.6455344Z test peeraddrs::tests::put_get_roundtrip_and_noop_reput ... ok
2026-06-07T23:50:52.6458437Z test perch::tests::classification_matrix ... ok
2026-06-07T23:50:52.6468194Z test perch::tests::child_files_route_through_one_resolver ... ok
2026-06-07T23:50:52.6484989Z test notif::tests::reopen_is_durable_and_corrupt_seen_degrades ... ok
2026-06-07T23:50:52.6485789Z test perch::tests::explicit_parent_wins_over_infer ... ok
2026-06-07T23:50:52.6495863Z test perch::tests::resolve_psyche_and_worker_nest_under_parent ... ok
2026-06-07T23:50:52.6501480Z test perch::tests::resolve_self_is_flat ... ok
2026-06-07T23:50:52.6558868Z test perch::tests::list_self_perch_ids_enumerates_bound_top_level ... ok
2026-06-07T23:50:52.6569984Z test proc::tests::current_process_is_alive ... ok
2026-06-07T23:50:52.6591412Z test proc::tests::parent_pid_resolves_and_is_alive ... ok
2026-06-07T23:50:52.6602170Z test perch::tests::spt_home_is_pure_and_honors_env ... ok
2026-06-07T23:50:52.6638241Z test proc::tests::unassigned_pid_is_dead ... ok
2026-06-07T23:50:52.6639019Z test proc::tests::pid_zero_is_dead_on_every_os ... ok
2026-06-07T23:50:52.6652399Z test perch::tests::shell_perches_resolve_under_owner_shells_namespace ... ok
2026-06-07T23:50:52.6653080Z test project::tests::url_spellings_normalize_to_one_id ... ok
2026-06-07T23:50:52.7577956Z test branchstore::tests::open_or_init_idempotent ... ok
2026-06-07T23:50:52.7736758Z test registry::tests::clean_removes_dead_keeps_live ... ok
2026-06-07T23:50:52.7804815Z test registry::tests::clean_keys_on_status_for_daemon_hosted_rows ... ok
2026-06-07T23:50:52.8294861Z test registry::tests::register_and_lookup ... ok
2026-06-07T23:50:52.8390805Z test registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds ... ok
2026-06-07T23:50:52.9106567Z test registry::tests::reregister_replaces_address ... ok
2026-06-07T23:50:52.9229184Z test registry::tests::resolve_cleans_before_lookup ... ok
2026-06-07T23:50:52.9380861Z test registry::tests::resolve_on_empty_registry_is_none_not_error ... ok
2026-06-07T23:50:52.9510978Z test rename::tests::live_nested_child_blocks_rename ... ok
2026-06-07T23:50:52.9554712Z test rename::tests::rename_refusals_leave_owlery_untouched ... ok
2026-06-07T23:50:52.9653838Z test seed::tests::absent_cwd_is_omitted ... ok
2026-06-07T23:50:52.9690997Z test seed::tests::seed_round_trips_through_json ... ok
2026-06-07T23:50:52.9756153Z test rename::tests::rename_ripples_self_and_nested_children ... ok
2026-06-07T23:50:53.0028637Z test shellinfo::tests::mint_smallest_free_and_teardown_frees ... ok
2026-06-07T23:50:53.0193448Z test shellinfo::tests::alias_unique_rename_and_resolution ... ok
2026-06-07T23:50:53.0345296Z test shellinfo::tests::shellinfo_roundtrip_and_corrupt_tolerance ... ok
2026-06-07T23:50:53.1088117Z test branchstore::tests::sweep_removes_only_stale_empty_locks ... ok
2026-06-07T23:50:53.1217281Z test registry::tests::concurrent_registration_never_locks ... ok
2026-06-07T23:50:53.1288813Z test spool::tests::drain_marks_delivered_and_is_idempotent ... ok
2026-06-07T23:50:53.1432772Z test spool::tests::deferred_row_survives_event_drain_then_hook_delivers ... ok
2026-06-07T23:50:53.1919981Z test spool::tests::spool_touches_has_messages_sentinel ... ok
2026-06-07T23:50:53.1949350Z test spool::tests::reopen_is_idempotent ... ok
2026-06-07T23:50:53.2372863Z test spool::tests::non_deferred_drain_skips_deferred_and_preserves_order ... ok
2026-06-07T23:50:53.2373398Z test subnet::tests::add_joined_preserves_seed_and_epoch ... ok
2026-06-07T23:50:53.2377562Z test subnet::tests::create_subnet_starts_at_epoch_one_unique_name ... ok
2026-06-07T23:50:53.2383262Z test subnet::tests::hex_round_trips_and_rejects_bad_input ... ok
2026-06-07T23:50:53.2536142Z test subnet::tests::hide_new_endpoints_defaults_off_and_persists ... ok
2026-06-07T23:50:53.2536684Z test subnet::tests::minted_seeds_are_random ... ok
2026-06-07T23:50:53.2558302Z test spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path ... ok
2026-06-07T23:50:53.2568986Z test subnet::tests::remove_drops_membership ... ok
2026-06-07T23:50:53.2573212Z test subnet::tests::rotate_bumps_epoch_and_changes_seed ... ok
2026-06-07T23:50:53.2618089Z test subnet::tests::missing_or_corrupt_file_is_empty_store ... ok
2026-06-07T23:50:53.2752405Z test subnet::tests::store_persists_multi_subnet_and_rotation ... ok
2026-06-07T23:50:53.2770307Z test spool::tests::wan_spool_dedups_on_op_id_across_reopen ... ok
2026-06-07T23:50:53.3525473Z test spool::tests::event_part_body_persists_byte_exact ... ok
2026-06-07T23:50:53.3619760Z test project::tests::derivation_ladder ... ok
2026-06-07T23:50:53.4687576Z test branchstore::tests::branches_are_independent_roots ... ok
2026-06-07T23:50:53.6372769Z test branchstore::tests::multi_key_commit_is_one_commit ... ok
2026-06-07T23:50:53.7018838Z test syncmerge::tests::non_context_branch_refused ... ok
2026-06-07T23:50:53.7019682Z test trust::tests::first_use_pins_then_is_trusted_idempotently ... ok
2026-06-07T23:50:53.7020287Z test trust::tests::label_anchor_is_subnet_scoped ... ok
2026-06-07T23:50:53.7020733Z test trust::tests::labelled_key_change_warns_without_mutating ... ok
2026-06-07T23:50:53.7021136Z test trust::tests::peers_in_filters_by_subnet ... ok
2026-06-07T23:50:53.7063324Z test trust::tests::repin_applies_accepted_key_change ... ok
2026-06-07T23:50:53.7063862Z test trust::tests::revoke_removes_trust ... ok
2026-06-07T23:50:53.7246964Z test trust::tests::store_persists_and_degrades_gracefully ... ok
2026-06-07T23:50:53.7247489Z test trust::tests::trust_is_scoped_per_subnet ... ok
2026-06-07T23:50:53.7268784Z test trust::tests::unlabelled_distinct_keys_each_pin ... ok
2026-06-07T23:50:53.7269541Z test visibility::tests::hidden_gates_sync_even_when_listed ... ok
2026-06-07T23:50:53.7292659Z test visibility::tests::hidden_is_or_of_defaults ... ok
2026-06-07T23:50:53.7298299Z test visibility::tests::override_wins_both_directions ... ok
2026-06-07T23:50:53.7397994Z test visibility::tests::store_persists_and_degrades_safe ... ok
2026-06-07T23:50:53.7398654Z test visibility::tests::synced_requires_membership_listing ... ok
2026-06-07T23:50:53.7455322Z test contextstore::tests::project_branch_holds_many_agents ... ok
2026-06-07T23:50:53.7724186Z test xfer::tests::progress_round_trips_per_role_and_updates_mid_flight ... ok
2026-06-07T23:50:53.7724866Z test xfer::tests::xfer_id_is_filename_safe_and_distinct ... ok
2026-06-07T23:50:53.7880554Z test branchstore::tests::commit_then_read_at_tip ... ok
2026-06-07T23:50:53.8780406Z test branchstore::tests::unchanged_write_is_no_commit ... ok
2026-06-07T23:50:55.1350263Z test contextstore::tests::two_tier_layout_and_commits ... ok
2026-06-07T23:50:55.3573964Z test contextstore::tests::conflict_artifacts_preserve_both_versions ... ok
2026-06-07T23:50:55.9699529Z test contextstore::tests::rename_ripples_both_tiers ... ok
2026-06-07T23:50:56.5537939Z test contextstore::tests::fork_copies_both_tiers_then_diverges ... ok
2026-06-07T23:50:57.5158479Z test contextstore::tests::remove_endpoint_removes_exactly_the_source ... ok
2026-06-07T23:50:57.5488564Z test syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite ... ok
2026-06-07T23:50:57.7640004Z test syncmerge::tests::adopt_then_incremental_then_idempotent_repull ... ok
2026-06-07T23:50:58.2359093Z test syncmerge::tests::project_branch_unions_disjoint_agents ... ok
2026-06-07T23:50:59.9068374Z test syncmerge::tests::dominated_incoming_drops_but_joins_dag ... ok
2026-06-07T23:51:00.1057119Z test syncmerge::tests::concurrent_writes_surface_on_both_nodes ... ok
2026-06-07T23:51:01.2646166Z test info::tests::concurrent_read_during_writes_never_torn ... ok
2026-06-07T23:51:01.5940175Z test syncmerge::tests::reconciled_write_propagates_and_clears_artifacts ... ok
2026-06-07T23:51:01.5940407Z 
2026-06-07T23:51:01.5940585Z test result: ok. 145 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.34s
2026-06-07T23:51:01.5940808Z 
2026-06-07T23:51:01.5956344Z      Running unittests src\lib.rs (target\debug\deps\spt_term-874c58ec29b94c38.exe)
2026-06-07T23:51:01.7607547Z 
2026-06-07T23:51:01.7607788Z running 8 tests
2026-06-07T23:51:01.7611350Z test reader::tests::dsr_matcher_finds_query_across_chunk_boundary ... ok
2026-06-07T23:51:01.7612540Z test reader::tests::auto_answers_synthetic_dsr_query ... ok
2026-06-07T23:51:01.7614260Z test digest::tests::bad_pattern_is_reported_by_name ... ok
2026-06-07T23:51:01.7655868Z test digest::tests::windows_to_last_n_turns ... ok
2026-06-07T23:51:01.7656731Z test digest::tests::truncates_tool_args_to_width ... ok
2026-06-07T23:51:01.7662438Z test reader::tests::no_dsr_means_no_answer ... ok
2026-06-07T23:51:01.7662738Z test digest::tests::strips_ansi_and_tolerates_repaint_duplication ... ok
2026-06-07T23:51:01.7668611Z test digest::tests::tags_input_agent_and_collapses_tool_sprints ... ok
2026-06-07T23:51:01.7668794Z 
2026-06-07T23:51:01.7668954Z test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-07T23:51:01.7669157Z 
2026-06-07T23:51:01.7686721Z      Running tests\digest.rs (target\debug\deps\digest-d157a0ae0e47dbaf.exe)
2026-06-07T23:51:01.9457723Z 
2026-06-07T23:51:01.9457973Z running 1 test
2026-06-07T23:51:04.0348474Z test digest_parses_a_real_pty_stream ... ok
2026-06-07T23:51:04.0348727Z 
2026-06-07T23:51:04.0348973Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.09s
2026-06-07T23:51:04.0349328Z 
2026-06-07T23:51:04.0363538Z      Running tests\dsr.rs (target\debug\deps\dsr-43dba67713ea22aa.exe)
2026-06-07T23:51:04.1030507Z 
2026-06-07T23:51:04.1030697Z running 2 tests
2026-06-07T23:51:04.1360096Z test conpty_output_not_withheld_under_the_drain ... ok
2026-06-07T23:51:04.1360421Z test drain_forwards_child_output ... ok
2026-06-07T23:51:04.1360589Z 
2026-06-07T23:51:04.1360813Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-07T23:51:04.1361109Z 
2026-06-07T23:51:04.1370973Z      Running tests\inject.rs (target\debug\deps\inject-0289c613647df386.exe)
2026-06-07T23:51:04.1983982Z 
2026-06-07T23:51:04.1984120Z running 2 tests
2026-06-07T23:51:04.2281082Z test send_line_reaches_child_and_preserves_order ... ok
2026-06-07T23:51:04.2286327Z test ctrl_c_interrupts_the_child ... ok
2026-06-07T23:51:04.2286541Z 
2026-06-07T23:51:04.2286775Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-07T23:51:04.2287099Z 
2026-06-07T23:51:04.2297977Z      Running tests\stream.rs (target\debug\deps\stream-a86541410c451e56.exe)
2026-06-07T23:51:04.2948683Z 
2026-06-07T23:51:04.2948877Z running 2 tests
2026-06-07T23:51:04.3188411Z test delivers_every_value_under_resize ... ok
2026-06-07T23:51:05.3095584Z test bounded_backpressure_stalls_an_unconsumed_reader ... ok
2026-06-07T23:51:05.3095776Z 
2026-06-07T23:51:05.3095935Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.01s
2026-06-07T23:51:05.3096143Z 
2026-06-07T23:51:05.3108653Z      Running tests\surface.rs (target\debug\deps\surface-d38233fa5ea84ff4.exe)
2026-06-07T23:51:05.3733726Z 
2026-06-07T23:51:05.3733890Z running 1 test
2026-06-07T23:51:05.3839269Z test resize_under_load_does_not_hang_or_panic ... ok
2026-06-07T23:51:05.3839497Z 
2026-06-07T23:51:05.3839663Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-07T23:51:05.3839881Z 
2026-06-07T23:51:05.3850440Z      Running unittests src\main.rs (target\debug\deps\xtask-eff307b78fab99dd.exe)
2026-06-07T23:51:05.4103005Z 
2026-06-07T23:51:05.4103159Z running 1 test
2026-06-07T23:51:05.4105146Z test converge_tests::converge_table_renders_rows_and_success_predicate ... ok
2026-06-07T23:51:05.4105480Z 
2026-06-07T23:51:05.4105726Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T23:51:05.4106078Z 
2026-06-07T23:51:05.4115140Z    Doc-tests spt_daemon
2026-06-07T23:51:05.7672293Z 
2026-06-07T23:51:05.7672539Z running 0 tests
2026-06-07T23:51:05.7672896Z 
2026-06-07T23:51:05.7673079Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T23:51:05.7673299Z 
2026-06-07T23:51:05.7736235Z    Doc-tests spt_live
2026-06-07T23:51:05.8341620Z 
2026-06-07T23:51:05.8341888Z running 0 tests
2026-06-07T23:51:05.8342040Z 
2026-06-07T23:51:05.8342285Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T23:51:05.8342595Z 
2026-06-07T23:51:05.8390180Z    Doc-tests spt_msg
2026-06-07T23:51:05.8870333Z 
2026-06-07T23:51:05.8870545Z running 0 tests
2026-06-07T23:51:05.8870642Z 
2026-06-07T23:51:05.8870821Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T23:51:05.8871034Z 
2026-06-07T23:51:05.8915730Z    Doc-tests spt_net
2026-06-07T23:51:06.1005291Z 
2026-06-07T23:51:06.1005541Z running 0 tests
2026-06-07T23:51:06.1005656Z 
2026-06-07T23:51:06.1005842Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T23:51:06.1006063Z 
2026-06-07T23:51:06.1063527Z    Doc-tests spt_proto
2026-06-07T23:51:06.1501542Z 
2026-06-07T23:51:06.1501715Z running 0 tests
2026-06-07T23:51:06.1501814Z 
2026-06-07T23:51:06.1501987Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T23:51:06.1502199Z 
2026-06-07T23:51:06.1546248Z    Doc-tests spt_runtime
2026-06-07T23:51:06.3079591Z 
2026-06-07T23:51:06.3079807Z running 0 tests
2026-06-07T23:51:06.3079914Z 
2026-06-07T23:51:06.3080303Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T23:51:06.3080525Z 
2026-06-07T23:51:06.3135970Z    Doc-tests spt_store
2026-06-07T23:51:06.4500266Z 
2026-06-07T23:51:06.4500506Z running 0 tests
2026-06-07T23:51:06.4500614Z 
2026-06-07T23:51:06.4500792Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T23:51:06.4501022Z 
2026-06-07T23:51:06.4558137Z    Doc-tests spt_term
2026-06-07T23:51:06.5052802Z 
2026-06-07T23:51:06.5053018Z running 0 tests
2026-06-07T23:51:06.5053129Z 
2026-06-07T23:51:06.5053299Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-07T23:51:06.5053517Z 
2026-06-07T23:51:11.6127690Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-06-07T23:51:11.6128188Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-06-07T23:51:11.6179675Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-07T23:51:11.6179912Z ##[endgroup]
2026-06-07T23:51:12.5152520Z     Checking cfg-if v1.0.4
2026-06-07T23:51:12.5152726Z     Checking windows-link v0.2.1
2026-06-07T23:51:12.5152919Z     Checking typenum v1.20.1
2026-06-07T23:51:12.5158340Z     Checking critical-section v1.2.0
2026-06-07T23:51:12.5158611Z     Checking memchr v2.8.1
2026-06-07T23:51:12.5159027Z     Checking subtle v2.6.1
2026-06-07T23:51:12.5171556Z     Checking smallvec v1.15.1
2026-06-07T23:51:12.5173889Z     Checking equivalent v1.0.2
2026-06-07T23:51:12.5176653Z     Checking serde_core v1.0.228
2026-06-07T23:51:12.5176967Z     Checking cpufeatures v0.2.17
2026-06-07T23:51:12.5183514Z     Checking itoa v1.0.18
2026-06-07T23:51:12.5184052Z     Checking pin-project-lite v0.2.17
2026-06-07T23:51:12.5188700Z     Checking hashbrown v0.17.1
2026-06-07T23:51:12.5189138Z     Checking log v0.4.32
2026-06-07T23:51:12.5189384Z     Checking futures-core v0.3.32
2026-06-07T23:51:12.5189633Z     Checking zeroize v1.8.2
2026-06-07T23:51:12.5709002Z     Checking windows-sys v0.61.2
2026-06-07T23:51:12.5718591Z     Checking getrandom v0.2.17
2026-06-07T23:51:12.5973509Z     Checking rand_core v0.10.1
2026-06-07T23:51:12.6001884Z     Checking bytes v1.11.1
2026-06-07T23:51:12.6396735Z     Checking stable_deref_trait v1.2.1
2026-06-07T23:51:12.6721295Z     Checking zerofrom v0.1.8
2026-06-07T23:51:12.6741620Z     Checking libc v0.2.186
2026-06-07T23:51:12.6945813Z     Checking futures-sink v0.3.32
2026-06-07T23:51:12.6946210Z     Checking slab v0.4.12
2026-06-07T23:51:12.6993927Z     Checking bitflags v2.12.1
2026-06-07T23:51:12.7126379Z     Checking futures-io v0.3.32
2026-06-07T23:51:12.7225445Z     Checking futures-task v0.3.32
2026-06-07T23:51:12.7226310Z     Checking rand_core v0.6.4
2026-06-07T23:51:12.7228001Z     Checking getrandom v0.4.2
2026-06-07T23:51:12.7672803Z     Checking zerocopy v0.8.50
2026-06-07T23:51:12.8077830Z     Checking futures-channel v0.3.32
2026-06-07T23:51:12.8185518Z     Checking yoke v0.8.3
2026-06-07T23:51:12.8266610Z     Checking signature v2.2.0
2026-06-07T23:51:12.8387315Z     Checking zmij v1.0.21
2026-06-07T23:51:12.8406492Z     Checking fastrand v2.4.1
2026-06-07T23:51:12.8441579Z     Checking libsqlite3-sys v0.30.1
2026-06-07T23:51:12.9052335Z     Checking fallible-streaming-iterator v0.1.9
2026-06-07T23:51:12.9060026Z     Checking writeable v0.6.3
2026-06-07T23:51:12.9351180Z     Checking fallible-iterator v0.3.0
2026-06-07T23:51:12.9655754Z     Checking litemap v0.8.2
2026-06-07T23:51:12.9779233Z     Checking ed25519 v2.2.3
2026-06-07T23:51:13.0788187Z     Checking windows_x86_64_msvc v0.52.6
2026-06-07T23:51:13.0907065Z     Checking futures-util v0.3.32
2026-06-07T23:51:13.0907461Z     Checking utf8_iter v1.0.4
2026-06-07T23:51:13.0947276Z     Checking zerovec v0.11.6
2026-06-07T23:51:13.0997915Z     Checking zerotrie v0.2.4
2026-06-07T23:51:13.1152796Z     Checking icu_normalizer_data v2.2.0
2026-06-07T23:51:13.1309124Z     Checking indexmap v2.14.0
2026-06-07T23:51:13.1368364Z     Checking icu_properties_data v2.2.0
2026-06-07T23:51:13.1387096Z     Checking percent-encoding v2.3.2
2026-06-07T23:51:13.1415707Z     Checking http v1.4.1
2026-06-07T23:51:13.1794805Z     Checking windows-targets v0.52.6
2026-06-07T23:51:13.1933520Z     Checking cpufeatures v0.3.0
2026-06-07T23:51:13.2129659Z     Checking thiserror v2.0.18
2026-06-07T23:51:13.2576592Z     Checking rustls-pki-types v1.14.1
2026-06-07T23:51:13.2922490Z     Checking windows-sys v0.59.0
2026-06-07T23:51:13.2922861Z     Checking form_urlencoded v1.2.2
2026-06-07T23:51:13.2994780Z     Checking chacha20 v0.10.0
2026-06-07T23:51:13.3517239Z    Compiling fnv v1.0.7
2026-06-07T23:51:13.3658906Z     Checking untrusted v0.9.0
2026-06-07T23:51:13.3729958Z    Compiling strsim v0.11.1
2026-06-07T23:51:13.4021222Z     Checking windows-strings v0.5.1
2026-06-07T23:51:13.4337411Z     Checking windows-result v0.4.1
2026-06-07T23:51:13.5027999Z     Checking ring v0.17.14
2026-06-07T23:51:13.5064092Z     Checking scopeguard v1.2.0
2026-06-07T23:51:13.5151249Z     Checking rand v0.10.1
2026-06-07T23:51:13.5903489Z    Compiling darling_core v0.20.11
2026-06-07T23:51:13.5963000Z     Checking lock_api v0.4.14
2026-06-07T23:51:13.5991722Z     Checking atomic-waker v1.1.2
2026-06-07T23:51:13.6194067Z     Checking const-oid v0.10.2
2026-06-07T23:51:13.7015992Z     Checking num-traits v0.2.19
2026-06-07T23:51:13.7177034Z     Checking tinystr v0.8.3
2026-06-07T23:51:13.7398258Z     Checking generic-array v0.14.7
2026-06-07T23:51:13.8027947Z     Checking potential_utf v0.1.5
2026-06-07T23:51:13.8108317Z     Checking hybrid-array v0.4.12
2026-06-07T23:51:13.8138143Z     Checking derive_more v2.1.1
2026-06-07T23:51:13.8517418Z     Checking http-body v1.0.1
2026-06-07T23:51:13.8985257Z     Checking base64ct v1.8.3
2026-06-07T23:51:13.9264393Z     Checking icu_collections v2.2.0
2026-06-07T23:51:13.9695881Z     Checking icu_locale_core v2.2.0
2026-06-07T23:51:14.0308268Z     Checking httparse v1.10.1
2026-06-07T23:51:14.0430781Z     Checking data-encoding v2.11.0
2026-06-07T23:51:14.0809299Z     Checking try-lock v0.2.5
2026-06-07T23:51:14.1554745Z     Checking tinyvec_macros v0.1.1
2026-06-07T23:51:14.1634215Z     Checking pem-rfc7468 v1.0.0
2026-06-07T23:51:14.2672973Z     Checking base64 v0.22.1
2026-06-07T23:51:14.2704033Z     Checking tower-service v0.3.3
2026-06-07T23:51:14.2706026Z     Checking tinyvec v1.11.0
2026-06-07T23:51:14.3072999Z     Checking der v0.8.0-rc.10
2026-06-07T23:51:14.3322084Z     Checking crypto-common v0.1.7
2026-06-07T23:51:14.3597620Z     Checking block-buffer v0.10.4
2026-06-07T23:51:14.3866242Z     Checking inout v0.1.4
2026-06-07T23:51:14.4557272Z     Checking want v0.3.1
2026-06-07T23:51:14.4622904Z     Checking crypto-common v0.2.2
2026-06-07T23:51:14.4623260Z     Checking block-buffer v0.12.0
2026-06-07T23:51:14.5044837Z     Checking digest v0.10.7
2026-06-07T23:51:14.5212871Z     Checking windows-core v0.62.2
2026-06-07T23:51:14.5250707Z     Checking n0-error v0.1.3
2026-06-07T23:51:14.5894073Z     Checking winapi v0.3.9
2026-06-07T23:51:14.6402885Z    Compiling anyhow v1.0.102
2026-06-07T23:51:14.6744143Z     Checking serial-core v0.4.0
2026-06-07T23:51:14.6872794Z     Checking spin v0.10.0
2026-06-07T23:51:14.7291044Z     Checking sha2 v0.10.9
2026-06-07T23:51:14.7546586Z     Checking serde v1.0.228
2026-06-07T23:51:14.7546935Z     Checking curve25519-dalek v4.1.3
2026-06-07T23:51:14.7606185Z     Checking serde_json v1.0.150
2026-06-07T23:51:14.7887610Z     Checking icu_provider v2.2.0
2026-06-07T23:51:14.8004701Z     Checking httpdate v1.0.3
2026-06-07T23:51:14.8005007Z     Checking rustls-webpki v0.103.13
2026-06-07T23:51:14.9246447Z     Checking parking v2.2.1
2026-06-07T23:51:14.9339199Z     Checking cordyceps v0.3.4
2026-06-07T23:51:15.0422780Z     Checking diatomic-waker v0.2.3
2026-06-07T23:51:15.0423110Z     Checking icu_properties v2.2.0
2026-06-07T23:51:15.0676490Z     Checking icu_normalizer v2.2.0
2026-06-07T23:51:15.2072540Z     Checking digest v0.11.3
2026-06-07T23:51:15.2818200Z     Checking futures-buffered v0.2.13
2026-06-07T23:51:15.2967233Z     Checking futures-lite v2.6.1
2026-06-07T23:51:15.3128780Z     Checking serial-windows v0.4.0
2026-06-07T23:51:15.3224828Z     Checking portable-atomic v1.13.1
2026-06-07T23:51:15.3596456Z     Checking ipnet v2.12.0
2026-06-07T23:51:15.4130009Z     Checking spki v0.8.0-rc.4
2026-06-07T23:51:15.4236985Z     Checking serde_spanned v0.6.9
2026-06-07T23:51:15.4602953Z     Checking toml_datetime v0.6.11
2026-06-07T23:51:15.5558642Z     Checking thiserror v1.0.69
2026-06-07T23:51:15.5720198Z     Checking pin-project v1.1.13
2026-06-07T23:51:15.5789628Z     Checking memoffset v0.6.5
2026-06-07T23:51:15.5879605Z     Checking cipher v0.4.4
2026-06-07T23:51:15.6606595Z     Checking parking_lot_core v0.9.12
2026-06-07T23:51:15.6617186Z     Checking universal-hash v0.5.1
2026-06-07T23:51:15.6729373Z     Checking ed25519-dalek v2.2.0
2026-06-07T23:51:15.6744467Z     Checking aho-corasick v1.1.4
2026-06-07T23:51:15.6781165Z     Checking sync_wrapper v1.0.2
2026-06-07T23:51:15.6882978Z     Checking regex-syntax v0.8.10
2026-06-07T23:51:15.7330893Z     Checking bitflags v1.3.2
2026-06-07T23:51:15.7902067Z     Checking either v1.16.0
2026-06-07T23:51:15.8044331Z     Checking once_cell v1.21.4
2026-06-07T23:51:15.8056292Z    Compiling powerfmt v0.2.0
2026-06-07T23:51:15.8216267Z     Checking byteorder v1.5.0
2026-06-07T23:51:15.8216580Z     Checking lazy_static v1.5.0
2026-06-07T23:51:15.8388846Z     Checking spt-proto v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-07T23:51:15.8891217Z     Checking pin-utils v0.1.0
2026-06-07T23:51:15.9280490Z     Checking toml_write v0.1.2
2026-06-07T23:51:15.9876562Z     Checking tracing-core v0.1.36
2026-06-07T23:51:15.9876969Z     Checking rustls v0.23.40
2026-06-07T23:51:15.9997327Z     Checking opaque-debug v0.3.1
2026-06-07T23:51:16.0114023Z     Checking winnow v0.7.15
2026-06-07T23:51:16.0647696Z     Checking nix v0.25.1
2026-06-07T23:51:16.0942700Z     Checking hash32 v0.2.1
2026-06-07T23:51:16.0995158Z     Checking polyval v0.6.2
2026-06-07T23:51:16.1122940Z     Checking prefix-trie v0.8.4
2026-06-07T23:51:16.1603274Z    Compiling deranged v0.5.8
2026-06-07T23:51:16.1725247Z     Checking shared_library v0.1.9
2026-06-07T23:51:16.1965927Z     Checking idna_adapter v1.2.2
2026-06-07T23:51:16.2507873Z     Checking parking_lot v0.12.5
2026-06-07T23:51:16.2581641Z     Checking futures-executor v0.3.32
2026-06-07T23:51:16.2971135Z     Checking idna v1.1.0
2026-06-07T23:51:16.3134681Z     Checking ref-cast v1.0.25
2026-06-07T23:51:16.3517164Z     Checking tracing v0.1.44
2026-06-07T23:51:16.4203592Z     Checking pkcs8 v0.11.0-rc.10
2026-06-07T23:51:16.4233872Z     Checking serial v0.4.0
2026-06-07T23:51:16.4732582Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-07T23:51:16.5101792Z     Checking crossbeam-utils v0.8.21
2026-06-07T23:51:16.5210652Z     Checking spin v0.9.8
2026-06-07T23:51:16.5424997Z     Checking windows-threading v0.2.1
2026-06-07T23:51:16.5675666Z     Checking url v2.5.8
2026-06-07T23:51:16.5795072Z     Checking dyn-clone v1.0.20
2026-06-07T23:51:16.6750464Z    Compiling time-core v0.1.8
2026-06-07T23:51:16.6883965Z     Checking tower-layer v0.3.3
2026-06-07T23:51:16.6884333Z     Checking shell-words v1.1.1
2026-06-07T23:51:16.7154025Z     Checking signature v3.0.0
2026-06-07T23:51:16.7975132Z     Checking filedescriptor v0.8.3
2026-06-07T23:51:16.8043369Z     Checking winreg v0.10.1
2026-06-07T23:51:16.8369475Z     Checking downcast-rs v1.2.1
2026-06-07T23:51:16.8438810Z     Checking ahash v0.8.12
2026-06-07T23:51:16.8627705Z    Compiling num-conv v0.2.2
2026-06-07T23:51:16.8789715Z     Checking ed25519 v3.0.0-rc.4
2026-06-07T23:51:16.8936416Z     Checking heapless v0.7.17
2026-06-07T23:51:16.9358928Z     Checking schemars v1.2.1
2026-06-07T23:51:16.9763622Z     Checking windows-future v0.3.2
2026-06-07T23:51:16.9764032Z     Checking portable-pty v0.8.1
2026-06-07T23:51:16.9897153Z     Checking futures v0.3.32
2026-06-07T23:51:16.9899408Z    Compiling darling_macro v0.20.11
2026-06-07T23:51:17.0296746Z     Checking curve25519-dalek v5.0.0-pre.6
2026-06-07T23:51:17.0485127Z     Checking hashbrown v0.14.5
2026-06-07T23:51:17.0633373Z     Checking ghash v0.5.1
2026-06-07T23:51:17.0858244Z    Compiling proc-macro-crate v3.5.0
2026-06-07T23:51:17.0960237Z     Checking hickory-proto v0.26.0-beta.4
2026-06-07T23:51:17.1846257Z     Checking aes v0.8.4
2026-06-07T23:51:17.3022427Z     Checking ctr v0.9.2
2026-06-07T23:51:17.3092052Z     Checking regex-automata v0.4.14
2026-06-07T23:51:17.4513525Z    Compiling time v0.3.47
2026-06-07T23:51:17.4825400Z     Checking sha2 v0.11.0-rc.5
2026-06-07T23:51:17.4843215Z     Checking windows-numerics v0.3.1
2026-06-07T23:51:17.5405282Z     Checking windows-collections v0.3.2
2026-06-07T23:51:17.5524855Z    Compiling darling v0.20.11
2026-06-07T23:51:17.6133088Z     Checking aead v0.5.2
2026-06-07T23:51:17.6149012Z     Checking http-body-util v0.1.3
2026-06-07T23:51:17.6179663Z     Checking toml_edit v0.22.27
2026-06-07T23:51:17.6514710Z     Checking cobs v0.3.0
2026-06-07T23:51:17.6557102Z     Checking hashlink v0.9.1
2026-06-07T23:51:17.7711986Z     Checking widestring v1.2.1
2026-06-07T23:51:17.7904031Z    Compiling derive_builder_core v0.20.2
2026-06-07T23:51:17.8575657Z     Checking postcard v1.1.3
2026-06-07T23:51:17.8734216Z     Checking aes-gcm v0.10.3
2026-06-07T23:51:17.9475039Z    Compiling num_enum_derive v0.7.6
2026-06-07T23:51:17.9635802Z     Checking rusqlite v0.32.1
2026-06-07T23:51:18.0128393Z     Checking crossbeam-channel v0.5.15
2026-06-07T23:51:18.0702186Z     Checking crossbeam-epoch v0.9.18
2026-06-07T23:51:18.0954465Z     Checking windows v0.62.2
2026-06-07T23:51:18.1955902Z     Checking ed25519-dalek v3.0.0-pre.6
2026-06-07T23:51:18.2244518Z     Checking data-encoding-macro v0.1.20
2026-06-07T23:51:18.3201702Z     Checking chrono v0.4.45
2026-06-07T23:51:18.3459759Z     Checking windows-registry v0.6.1
2026-06-07T23:51:18.3897985Z     Checking uuid v1.23.2
2026-06-07T23:51:18.4354650Z     Checking rustc-hash v2.1.2
2026-06-07T23:51:18.5309942Z     Checking xml-rs v0.8.28
2026-06-07T23:51:18.5491787Z     Checking ryu v1.0.23
2026-06-07T23:51:18.5965985Z     Checking allocator-api2 v0.2.21
2026-06-07T23:51:18.6952845Z     Checking lru-slab v0.1.2
2026-06-07T23:51:18.7114566Z     Checking mac-addr v0.3.0
2026-06-07T23:51:18.7243915Z     Checking spt-store v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-07T23:51:18.8222697Z     Checking identity-hash v0.1.0
2026-06-07T23:51:18.8741392Z     Checking foldhash v0.2.0
2026-06-07T23:51:18.8741834Z     Checking sorted-index-buffer v0.2.1
2026-06-07T23:51:18.9286385Z     Checking tagptr v0.2.0
2026-06-07T23:51:18.9552750Z     Checking iroh-metrics v0.38.3
2026-06-07T23:51:19.0304057Z     Checking xmltree v0.10.3
2026-06-07T23:51:19.0398476Z     Checking noq-proto v0.17.0
2026-06-07T23:51:19.0639083Z     Checking toml v0.8.23
2026-06-07T23:51:19.0808356Z     Checking iroh-base v0.98.0
2026-06-07T23:51:19.0808744Z    Compiling derive_builder_macro v0.20.2
2026-06-07T23:51:19.0884798Z     Checking regex v1.12.3
2026-06-07T23:51:19.1266742Z     Checking hashbrown v0.16.1
2026-06-07T23:51:19.1305881Z     Checking moka v0.12.15
2026-06-07T23:51:19.2231874Z     Checking strum v0.28.0
2026-06-07T23:51:19.2600202Z     Checking attohttpc v0.30.1
2026-06-07T23:51:19.2692609Z     Checking num_enum v0.7.6
2026-06-07T23:51:19.3517678Z     Checking simple-dns v0.9.3
2026-06-07T23:51:19.4156266Z     Checking smol_str v0.1.24
2026-06-07T23:51:19.4579898Z     Checking simdutf8 v0.1.5
2026-06-07T23:51:19.4606811Z     Checking arrayvec v0.7.6
2026-06-07T23:51:19.4756004Z     Checking constant_time_eq v0.4.2
2026-06-07T23:51:19.5664683Z     Checking arrayref v0.3.9
2026-06-07T23:51:19.5703459Z    Compiling derive_builder v0.20.2
2026-06-07T23:51:19.5817209Z     Checking sha1_smol v1.0.1
2026-06-07T23:51:19.6133472Z     Checking resolv-conf v0.7.6
2026-06-07T23:51:19.6231596Z     Checking serde_bytes v0.11.19
2026-06-07T23:51:19.6424361Z     Checking hmac v0.12.1
2026-06-07T23:51:19.6486364Z     Checking webpki-roots v1.0.7
2026-06-07T23:51:19.6799896Z     Checking blake3 v1.8.5
2026-06-07T23:51:19.6800220Z     Checking cmov v0.5.4
2026-06-07T23:51:19.7091138Z     Checking lru v0.16.4
2026-06-07T23:51:19.7106910Z     Checking sha1 v0.10.6
2026-06-07T23:51:19.7469364Z     Checking recvmsg v1.0.0
2026-06-07T23:51:19.7656539Z     Checking anstyle v1.0.14
2026-06-07T23:51:19.7870472Z     Checking hkdf v0.12.4
2026-06-07T23:51:19.8143602Z     Checking utf8parse v0.2.2
2026-06-07T23:51:19.8216160Z     Checking once_cell_polyfill v1.70.2
2026-06-07T23:51:19.8760608Z    Compiling vergen-lib v9.1.0
2026-06-07T23:51:19.8766597Z    Compiling vergen-lib v0.1.6
2026-06-07T23:51:19.8798410Z     Checking colorchoice v1.0.5
2026-06-07T23:51:19.8798707Z     Checking ctutils v0.4.2
2026-06-07T23:51:19.8945218Z     Checking is_terminal_polyfill v1.70.2
2026-06-07T23:51:19.9436328Z     Checking clap_lex v1.1.0
2026-06-07T23:51:19.9565587Z     Checking qrcode v0.14.1
2026-06-07T23:51:20.0910809Z     Checking mock-adapter v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-07T23:51:20.0991683Z     Checking spt-msg v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-07T23:51:20.1170370Z     Checking spake2 v0.4.0
2026-06-07T23:51:20.1367192Z     Checking anstyle-parse v1.0.0
2026-06-07T23:51:20.1689881Z    Compiling vergen v9.1.0
2026-06-07T23:51:20.2445061Z    Compiling vergen-gitcl v1.0.8
2026-06-07T23:51:20.3116541Z     Checking spt-term v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-07T23:51:20.3117228Z     Checking spt-runtime v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-07T23:51:20.4154833Z     Checking socket2 v0.6.4
2026-06-07T23:51:20.4155135Z     Checking mio v1.2.1
2026-06-07T23:51:20.4155405Z     Checking tempfile v3.27.0
2026-06-07T23:51:20.4156288Z     Checking netdev v0.42.0
2026-06-07T23:51:20.4156572Z     Checking rustls-platform-verifier v0.7.0
2026-06-07T23:51:20.4156865Z     Checking seize v0.5.1
2026-06-07T23:51:20.4157132Z     Checking interprocess v2.4.2
2026-06-07T23:51:20.4157770Z     Checking anstyle-query v1.1.5
2026-06-07T23:51:20.4160341Z     Checking anstyle-wincon v3.0.11
2026-06-07T23:51:20.4162863Z     Checking terminal_size v0.4.4
2026-06-07T23:51:20.6084940Z     Checking anstream v1.0.0
2026-06-07T23:51:20.6137140Z     Checking papaya v0.2.4
2026-06-07T23:51:20.6951241Z     Checking noq-udp v0.10.0
2026-06-07T23:51:20.7344876Z     Checking ipconfig v0.3.4
2026-06-07T23:51:20.7459290Z    Compiling iroh-relay v0.98.0
2026-06-07T23:51:20.7983268Z     Checking tokio v1.52.3
2026-06-07T23:51:20.8872169Z     Checking clap_builder v4.6.0
2026-06-07T23:51:21.5349092Z     Checking spt-live v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-07T23:51:22.0621042Z     Checking clap v4.6.1
2026-06-07T23:51:23.0981706Z     Checking tokio-util v0.7.18
2026-06-07T23:51:23.0982029Z     Checking tokio-rustls v0.26.4
2026-06-07T23:51:23.0982439Z     Checking tower v0.5.3
2026-06-07T23:51:23.0982652Z     Checking acto v0.8.2
2026-06-07T23:51:23.0982847Z     Checking backon v1.6.0
2026-06-07T23:51:23.4344218Z     Checking tower-http v0.6.11
2026-06-07T23:51:23.4372001Z     Checking swarm-discovery v0.6.0-alpha.2
2026-06-07T23:51:23.5512175Z     Checking h2 v0.4.14
2026-06-07T23:51:23.5513013Z     Checking n0-future v0.3.2
2026-06-07T23:51:23.5513266Z     Checking tokio-stream v0.1.18
2026-06-07T23:51:23.5513515Z     Checking tokio-websockets v0.13.2
2026-06-07T23:51:23.6347634Z     Checking n0-watcher v0.6.1
2026-06-07T23:51:23.6347919Z     Checking iroh-dns v0.98.0
2026-06-07T23:51:23.8311034Z     Checking noq v0.18.0
2026-06-07T23:51:24.7038915Z     Checking wmi v0.18.4
2026-06-07T23:51:25.0277445Z     Checking netwatch v0.16.0
2026-06-07T23:51:25.3805935Z     Checking hyper v1.10.1
2026-06-07T23:51:25.3806223Z     Checking hickory-net v0.26.0-beta.4
2026-06-07T23:51:25.9807166Z     Checking hyper-util v0.1.20
2026-06-07T23:51:26.0635876Z     Checking hickory-resolver v0.26.0-beta.4
2026-06-07T23:51:26.6412830Z     Checking hyper-rustls v0.27.9
2026-06-07T23:51:26.6413049Z     Checking igd-next v0.17.1
2026-06-07T23:51:26.7558306Z     Checking reqwest v0.13.4
2026-06-07T23:51:26.8816223Z     Checking portmapper v0.16.0
2026-06-07T23:51:27.9230410Z     Checking iroh v0.98.2
2026-06-07T23:51:31.1980270Z     Checking spt-net v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-07T23:51:32.2768611Z     Checking spt-daemon v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-07T23:51:34.4670792Z     Checking spt v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-07T23:51:34.4672024Z     Checking xtask v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\xtask)
2026-06-07T23:51:36.6251579Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.72s
2026-06-07T23:51:36.7853897Z ##[group]Run actions/checkout@v5
2026-06-07T23:51:36.7854100Z with:
2026-06-07T23:51:36.7854243Z   repository: SaberMage/spt-shell-notify
2026-06-07T23:51:36.7854423Z   path: .adapter-notify
2026-06-07T23:51:36.7856087Z   token: ***
2026-06-07T23:51:36.7856217Z   ssh-strict: true
2026-06-07T23:51:36.7856344Z   ssh-user: git
2026-06-07T23:51:36.7856474Z   persist-credentials: true
2026-06-07T23:51:36.7856617Z   clean: true
2026-06-07T23:51:36.7856748Z   sparse-checkout-cone-mode: true
2026-06-07T23:51:36.7856901Z   fetch-depth: 1
2026-06-07T23:51:36.7857024Z   fetch-tags: false
2026-06-07T23:51:36.7857155Z   show-progress: true
2026-06-07T23:51:36.7857283Z   lfs: false
2026-06-07T23:51:36.7857400Z   submodules: false
2026-06-07T23:51:36.7857526Z   set-safe-directory: true
2026-06-07T23:51:36.7857663Z ##[endgroup]
2026-06-07T23:51:36.8534408Z Syncing repository: SaberMage/spt-shell-notify
2026-06-07T23:51:36.8539345Z ##[group]Getting Git version info
2026-06-07T23:51:36.8539779Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core\.adapter-notify'
2026-06-07T23:51:36.8848313Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-07T23:51:36.9046053Z git version 2.43.0.windows.1
2026-06-07T23:51:36.9071969Z ##[endgroup]
2026-06-07T23:51:36.9078982Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\ff8f3fcc-79cb-4d18-aa8b-ec36502e1f94\.gitconfig'
2026-06-07T23:51:36.9092356Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\ff8f3fcc-79cb-4d18-aa8b-ec36502e1f94' before making global git config changes
2026-06-07T23:51:36.9092987Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T23:51:36.9097408Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-07T23:51:36.9323639Z ##[group]Initializing the repository
2026-06-07T23:51:36.9328348Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-07T23:51:36.9624180Z Initialized empty Git repository in C:/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-07T23:51:36.9649129Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-07T23:51:36.9889906Z ##[endgroup]
2026-06-07T23:51:36.9890151Z ##[group]Disabling automatic garbage collection
2026-06-07T23:51:36.9894525Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-07T23:51:37.0106910Z ##[endgroup]
2026-06-07T23:51:37.0107133Z ##[group]Setting up auth
2026-06-07T23:51:37.0113347Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-07T23:51:37.0324230Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-07T23:51:37.3941331Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T23:51:37.4158756Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-07T23:51:37.7751157Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T23:51:37.7976577Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-07T23:51:38.1550598Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-07T23:51:38.1841262Z ##[endgroup]
2026-06-07T23:51:38.1841513Z ##[group]Determining the default branch
2026-06-07T23:51:38.1844183Z Retrieving the default branch name
2026-06-07T23:51:38.5166153Z Default branch 'main'
2026-06-07T23:51:38.5166546Z ##[endgroup]
2026-06-07T23:51:38.5166775Z ##[group]Fetching the repository
2026-06-07T23:51:38.5172423Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-07T23:51:39.3819795Z From https://github.com/SaberMage/spt-shell-notify
2026-06-07T23:51:39.3820050Z  * [new branch]      main       -> origin/main
2026-06-07T23:51:39.3933856Z ##[endgroup]
2026-06-07T23:51:39.3934106Z ##[group]Determining the checkout info
2026-06-07T23:51:39.3935237Z ##[endgroup]
2026-06-07T23:51:39.3940682Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-07T23:51:39.4180593Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-07T23:51:39.4391574Z ##[group]Checking out the ref
2026-06-07T23:51:39.4396057Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-07T23:51:39.4690953Z branch 'main' set up to track 'origin/main'.
2026-06-07T23:51:39.4691153Z Reset branch 'main'
2026-06-07T23:51:39.4710503Z ##[endgroup]
2026-06-07T23:51:39.4926833Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-07T23:51:39.5117545Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-06-07T23:51:39.5345451Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-06-07T23:51:39.5345796Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-06-07T23:51:39.5397053Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-07T23:51:39.5397270Z ##[endgroup]
2026-06-07T23:51:39.7939716Z     Updating crates.io index
2026-06-07T23:51:39.8723563Z      Locking 11 packages to latest compatible versions
2026-06-07T23:51:39.9096672Z    Compiling serde_core v1.0.228
2026-06-07T23:51:39.9097129Z    Compiling zmij v1.0.21
2026-06-07T23:51:39.9097366Z    Compiling serde_json v1.0.150
2026-06-07T23:51:39.9097841Z    Compiling memchr v2.8.1
2026-06-07T23:51:39.9098512Z    Compiling itoa v1.0.18
2026-06-07T23:51:42.4866606Z    Compiling spt-shell-notify v0.1.0 (C:\actions-runner\_work\spt-core\spt-core\.adapter-notify)
2026-06-07T23:51:42.8652358Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
2026-06-07T23:51:42.9813624Z ##[group]Run cargo test -p spt --test notify_shell_e2e -- --nocapture
2026-06-07T23:51:42.9813979Z [36;1mcargo test -p spt --test notify_shell_e2e -- --nocapture[0m
2026-06-07T23:51:42.9873692Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-07T23:51:42.9873914Z env:
2026-06-07T23:51:42.9874186Z   SPT_NOTIFY_SHELL_BIN: C:\actions-runner\_work\spt-core\spt-core\.adapter-notify\target\debug\notify-shell.exe
2026-06-07T23:51:42.9874638Z ##[endgroup]
2026-06-07T23:51:43.8012444Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.57s
2026-06-07T23:51:43.8268097Z      Running tests\notify_shell_e2e.rs (target\debug\deps\notify_shell_e2e-e41308107585698d.exe)
2026-06-07T23:51:43.8421765Z 
2026-06-07T23:51:43.8422026Z running 1 test
2026-06-07T23:51:44.4920219Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-07T23:51:44.4920406Z 
2026-06-07T23:51:44.4920615Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.65s
2026-06-07T23:51:44.4920837Z 
2026-06-07T23:51:44.5851888Z ##[group]Run cargo test -p spt --test oneliner_e2e -- --nocapture
2026-06-07T23:51:44.5852374Z [36;1mcargo test -p spt --test oneliner_e2e -- --nocapture[0m
2026-06-07T23:51:44.5904980Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-07T23:51:44.5905198Z env:
2026-06-07T23:51:44.5905317Z   SPT_INSTALL_E2E: 1
2026-06-07T23:51:44.5905451Z ##[endgroup]
2026-06-07T23:51:45.3280374Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s
2026-06-07T23:51:45.3464040Z      Running tests\oneliner_e2e.rs (target\debug\deps\oneliner_e2e-7ecae9a0d9205e4c.exe)
2026-06-07T23:51:45.3586135Z 
2026-06-07T23:51:45.3586339Z running 1 test
2026-06-07T23:51:52.6678575Z test install_script_against_staged_release ... ok
2026-06-07T23:51:52.6678748Z 
2026-06-07T23:51:52.6678903Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.31s
2026-06-07T23:51:52.6679114Z 
2026-06-07T23:51:52.7547649Z ##[group]Run cargo run -p xtask -- check
2026-06-07T23:51:52.7547915Z [36;1mcargo run -p xtask -- check[0m
2026-06-07T23:51:52.7599702Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-07T23:51:52.7599956Z ##[endgroup]
2026-06-07T23:51:53.3987010Z    Compiling windows-sys v0.61.2
2026-06-07T23:51:53.4065892Z    Compiling darling_core v0.20.11
2026-06-07T23:51:53.4119479Z    Compiling fastrand v2.4.1
2026-06-07T23:51:53.4219166Z    Compiling windows-sys v0.59.0
2026-06-07T23:51:53.5047165Z    Compiling futures-lite v2.6.1
2026-06-07T23:51:54.0187068Z    Compiling spt-msg v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-07T23:51:54.1664306Z    Compiling spt-runtime v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-07T23:51:54.1664730Z    Compiling spt-term v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-07T23:51:54.7273464Z    Compiling darling_macro v0.20.11
2026-06-07T23:51:54.9951076Z    Compiling darling v0.20.11
2026-06-07T23:51:55.1356409Z    Compiling derive_builder_core v0.20.2
2026-06-07T23:51:55.2377022Z    Compiling spt-live v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-07T23:51:55.8045543Z    Compiling derive_builder_macro v0.20.2
2026-06-07T23:51:56.0920183Z    Compiling derive_builder v0.20.2
2026-06-07T23:51:56.2264843Z    Compiling vergen-lib v9.1.0
2026-06-07T23:51:56.2265060Z    Compiling vergen-lib v0.1.6
2026-06-07T23:51:56.3184883Z    Compiling vergen v9.1.0
2026-06-07T23:51:56.3489251Z    Compiling vergen-gitcl v1.0.8
2026-06-07T23:51:56.6368521Z    Compiling iroh-relay v0.98.0
2026-06-07T23:51:58.3955359Z    Compiling socket2 v0.6.4
2026-06-07T23:51:58.3955560Z    Compiling mio v1.2.1
2026-06-07T23:51:58.3955889Z    Compiling netdev v0.42.0
2026-06-07T23:51:58.3956244Z    Compiling rustls-platform-verifier v0.7.0
2026-06-07T23:51:58.3956606Z    Compiling seize v0.5.1
2026-06-07T23:51:58.3956869Z    Compiling interprocess v2.4.2
2026-06-07T23:51:58.5147513Z    Compiling papaya v0.2.4
2026-06-07T23:51:58.6025047Z    Compiling noq-udp v0.10.0
2026-06-07T23:51:58.6025731Z    Compiling ipconfig v0.3.4
2026-06-07T23:51:58.7291630Z    Compiling tokio v1.52.3
2026-06-07T23:52:00.9633385Z    Compiling tokio-util v0.7.18
2026-06-07T23:52:00.9633600Z    Compiling tokio-rustls v0.26.4
2026-06-07T23:52:00.9633792Z    Compiling tower v0.5.3
2026-06-07T23:52:00.9634359Z    Compiling acto v0.8.2
2026-06-07T23:52:00.9634774Z    Compiling backon v1.6.0
2026-06-07T23:52:01.2733139Z    Compiling tower-http v0.6.11
2026-06-07T23:52:01.2911374Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-07T23:52:01.4632286Z    Compiling h2 v0.4.14
2026-06-07T23:52:01.4632584Z    Compiling n0-future v0.3.2
2026-06-07T23:52:01.4632852Z    Compiling tokio-stream v0.1.18
2026-06-07T23:52:01.4633332Z    Compiling tokio-websockets v0.13.2
2026-06-07T23:52:01.5625637Z    Compiling n0-watcher v0.6.1
2026-06-07T23:52:01.5662964Z    Compiling iroh-dns v0.98.0
2026-06-07T23:52:01.7704970Z    Compiling netwatch v0.16.0
2026-06-07T23:52:01.8373918Z    Compiling noq v0.18.0
2026-06-07T23:52:04.0413393Z    Compiling hyper v1.10.1
2026-06-07T23:52:04.0413607Z    Compiling hickory-net v0.26.0-beta.4
2026-06-07T23:52:04.7880351Z    Compiling hyper-util v0.1.20
2026-06-07T23:52:04.8168720Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-07T23:52:05.6323390Z    Compiling hyper-rustls v0.27.9
2026-06-07T23:52:05.6323738Z    Compiling igd-next v0.17.1
2026-06-07T23:52:05.7785738Z    Compiling reqwest v0.13.4
2026-06-07T23:52:06.2766114Z    Compiling portmapper v0.16.0
2026-06-07T23:52:11.6120409Z    Compiling iroh v0.98.2
2026-06-07T23:52:20.6304095Z    Compiling spt-net v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-07T23:52:21.7796664Z    Compiling spt-daemon v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-07T23:52:28.3516260Z    Compiling xtask v0.1.1 (C:\actions-runner\_work\spt-core\spt-core\crates\xtask)
2026-06-07T23:52:30.9954455Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.01s
2026-06-07T23:52:31.0135628Z      Running `target\debug\xtask.exe check`
2026-06-07T23:53:06.0977810Z xtask check: OK
2026-06-07T23:53:06.1699163Z Post job cleanup.
2026-06-07T23:53:06.2656444Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-07T23:53:06.2857298Z git version 2.43.0.windows.1
2026-06-07T23:53:06.2890895Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\2cdcca5d-14e6-4d04-ac43-3ba00df333a4\.gitconfig'
2026-06-07T23:53:06.2903619Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\2cdcca5d-14e6-4d04-ac43-3ba00df333a4' before making global git config changes
2026-06-07T23:53:06.2904104Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T23:53:06.2908880Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-06-07T23:53:06.3134152Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-07T23:53:06.3362751Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-07T23:53:06.6941405Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T23:53:06.7133653Z http.https://github.com/.extraheader
2026-06-07T23:53:06.7160580Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-07T23:53:06.7381496Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-07T23:53:07.0861128Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T23:53:07.1067302Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-07T23:53:07.4774682Z Post job cleanup.
2026-06-07T23:53:07.5685947Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-07T23:53:07.5878281Z git version 2.43.0.windows.1
2026-06-07T23:53:07.5912472Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\14ce92f4-b7ae-482f-9382-ee0d87b6f55a\.gitconfig'
2026-06-07T23:53:07.5924346Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\14ce92f4-b7ae-482f-9382-ee0d87b6f55a' before making global git config changes
2026-06-07T23:53:07.5924830Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T23:53:07.5929459Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-07T23:53:07.6146099Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-07T23:53:07.6354811Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-07T23:53:07.9849313Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T23:53:08.0048152Z http.https://github.com/.extraheader
2026-06-07T23:53:08.0071865Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-07T23:53:08.0292997Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-07T23:53:08.3904005Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T23:53:08.4113538Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-07T23:53:08.7589163Z Cleaning up orphan processes
2026-06-07T23:53:08.7896357Z Terminate orphan process: pid (17792) (vctip)
